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