mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-22 05:14:25 +02:00
parent
47401ca4b2
commit
b4e0fe999f
@ -96,7 +96,7 @@ class DashletForm extends Form
|
|||||||
array(
|
array(
|
||||||
'required' => true,
|
'required' => true,
|
||||||
'label' => $this->translate("New Dashboard Title"),
|
'label' => $this->translate("New Dashboard Title"),
|
||||||
'description' => $this->translate('Enter a title for the new pane.')
|
'description' => $this->translate('Enter a title for the new dashboard')
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
} else {
|
} else {
|
||||||
@ -107,7 +107,7 @@ class DashletForm extends Form
|
|||||||
'required' => true,
|
'required' => true,
|
||||||
'label' => $this->translate('Dashboard'),
|
'label' => $this->translate('Dashboard'),
|
||||||
'multiOptions' => $panes,
|
'multiOptions' => $panes,
|
||||||
'description' => $this->translate('Select a pane you want to add the dashlet.')
|
'description' => $this->translate('Select a dashboard you want to add the dashlet to')
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user