mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-29 08:44:11 +02:00
SettingsForm: hiding v1-masterless for now
This commit is contained in:
parent
199a46abcb
commit
8b2f43e4ff
@ -88,7 +88,7 @@ class SettingsForm extends QuickForm
|
|||||||
array(
|
array(
|
||||||
'v2' => $this->translate('Icinga v2.x'),
|
'v2' => $this->translate('Icinga v2.x'),
|
||||||
'v1' => $this->translate('Icinga v1.x'),
|
'v1' => $this->translate('Icinga v1.x'),
|
||||||
'v1-masterless' => $this->translate('Icinga v1.x (no master)'),
|
// Hiding for now 'v1-masterless' => $this->translate('Icinga v1.x (no master)'),
|
||||||
)
|
)
|
||||||
),
|
),
|
||||||
'description' => $this->translate(
|
'description' => $this->translate(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user