SettingsForm: hiding v1-masterless for now
This commit is contained in:
parent
199a46abcb
commit
8b2f43e4ff
|
@ -88,7 +88,7 @@ class SettingsForm extends QuickForm
|
|||
array(
|
||||
'v2' => $this->translate('Icinga v2.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(
|
||||
|
|
Loading…
Reference in New Issue