Private GIT

Skip to content
Snippets Groups Projects
Commit ebfe8218 authored by Kevin Duret's avatar Kevin Duret
Browse files

Fix typo on metaservice external commands

parent a621ab15
No related branches found
No related tags found
No related merge requests found
...@@ -94,8 +94,8 @@ ...@@ -94,8 +94,8 @@
" if (this.form.elements['o1'].selectedIndex != 0) {". " if (this.form.elements['o1'].selectedIndex != 0) {".
" setO(this.form.elements['o1'].value); submit(); }"); " setO(this.form.elements['o1'].value); submit(); }");
$form->addElement('select', 'o1', NULL, array( NULL => _("More actions..."), $form->addElement('select', 'o1', NULL, array( NULL => _("More actions..."),
"3" => _("Verification Check"), "3" => _("Schedule immediate check"),
"4" => _("Verification Check (Forced)"), "4" => _("Schedule immediate check (Forced)"),
"70" => _("Acknowledge"), "70" => _("Acknowledge"),
"71" => _("Disacknowledge"), "71" => _("Disacknowledge"),
"80" => _("Enable Notification"), "80" => _("Enable Notification"),
...@@ -114,8 +114,8 @@ ...@@ -114,8 +114,8 @@
" if (this.form.elements['o2'].selectedIndex != 0) {". " if (this.form.elements['o2'].selectedIndex != 0) {".
" setO(this.form.elements['o2'].value); submit(); }"); " setO(this.form.elements['o2'].value); submit(); }");
$form->addElement('select', 'o2', NULL, array( NULL => _("More actions..."), $form->addElement('select', 'o2', NULL, array( NULL => _("More actions..."),
"3" => _("Verification Check"), "3" => _("Schedule immediate check"),
"4" => _("Verification Check (Forced)"), "4" => _("Schedule immediate check (Forced)"),
"70" => _("Acknowledge"), "70" => _("Acknowledge"),
"71" => _("Disacknowledge"), "71" => _("Disacknowledge"),
"80" => _("Enable Notification"), "80" => _("Enable Notification"),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment