parent
08a82daea3
commit
1f7bf97a7e
|
@ -1,7 +1,7 @@
|
|||
# Quality Assurance
|
||||
|
||||
Review and test the changes and issues for this version.
|
||||
https://dev.icinga.com/projects/icingaweb2/roadmap
|
||||
https://github.com/icinga/icingaweb2
|
||||
|
||||
# Release Workflow
|
||||
|
||||
|
|
|
@ -562,7 +562,7 @@ class NavigationConfigForm extends ConfigForm
|
|||
$itemType = isset($formData['type']) ? $formData['type'] : key($itemTypes);
|
||||
if ($itemType === null) {
|
||||
throw new ProgrammingError(
|
||||
'This should actually not happen. Create a bug report at dev.icinga.com'
|
||||
'This should actually not happen. Create a bug report at https://github.com/icinga/icingaweb2'
|
||||
. ' or remove this assertion if you know what you\'re doing'
|
||||
);
|
||||
}
|
||||
|
|
|
@ -62,7 +62,7 @@
|
|||
<div class="about-links">
|
||||
<?= $this->qlink(
|
||||
null,
|
||||
'https://dev.icinga.com/projects/icingaweb2',
|
||||
'https://github.com/icinga/icingaweb2',
|
||||
null,
|
||||
array(
|
||||
'target' => '_blank',
|
||||
|
@ -77,17 +77,17 @@
|
|||
array(
|
||||
'target' => '_blank',
|
||||
'icon' => 'chat-empty',
|
||||
'title' => $this->translate('Support / Mailinglists')
|
||||
'title' => $this->translate('Support')
|
||||
)
|
||||
) ?>
|
||||
<?= $this->qlink(
|
||||
null,
|
||||
'https://wiki.icinga.com',
|
||||
'https://www.icinga.com/community/get-involved/',
|
||||
null,
|
||||
array(
|
||||
'target' => '_blank',
|
||||
'icon' => 'lightbulb',
|
||||
'title' => $this->translate('Icinga Wiki')
|
||||
'title' => $this->translate('Icinga Community')
|
||||
)
|
||||
) ?>
|
||||
<?= $this->qlink(
|
||||
|
|
Loading…
Reference in New Issue