Added LiveStream helper
This commit is contained in:
parent
155ec308a0
commit
57c553e05f
|
@ -1,5 +1,6 @@
|
||||||
<?php
|
<?php
|
||||||
class MonitorsController extends AppController {
|
class MonitorsController extends AppController {
|
||||||
|
public $helpers = array('LiveStream');
|
||||||
|
|
||||||
public function index() {
|
public function index() {
|
||||||
$monitoroptions['fields'] = array('Name', 'Id', 'Function');
|
$monitoroptions['fields'] = array('Name', 'Id', 'Function');
|
||||||
|
|
Loading…
Reference in New Issue