chg: Added the command line functions to the automation page's parameters via the controller

pull/3161/head
iglocska 2018-04-16 07:56:39 +02:00
parent 5d21db8dd5
commit 6e06642f6a
1 changed files with 2 additions and 0 deletions

View File

@ -2038,6 +2038,8 @@ class EventsController extends AppController {
}
$broTypes[$broType] = implode(', ', $broTypes[$broType]);
}
$this->loadModel('Server');
$this->set('command_line_functions', $this->Server->command_line_functions);
$this->set('broTypes', $broTypes);
// generate the list of Attribute types
$this->loadModel('Attribute');