Make playout history page visible for Program Managers
This commit is contained in:
parent
97cc4050a4
commit
9d0beabd3f
1 changed files with 10 additions and 10 deletions
|
@ -81,18 +81,11 @@ $pages = array(
|
||||||
array(
|
array(
|
||||||
'label' => "<i class='icon-signal icon-white'></i>"._("Analytics"),
|
'label' => "<i class='icon-signal icon-white'></i>"._("Analytics"),
|
||||||
'module' => 'default',
|
'module' => 'default',
|
||||||
'controller' => 'listenerstat',
|
'controller' => 'playouthistory',
|
||||||
'action' => 'index',
|
'action' => 'index',
|
||||||
'resource' => 'listenerstat',
|
'resource' => 'playouthistory',
|
||||||
'title' => 'Analytics',
|
'title' => 'Analytics',
|
||||||
'pages' => array(
|
'pages' => array(
|
||||||
array(
|
|
||||||
'label' => _('Listener Stats'),
|
|
||||||
'module' => 'default',
|
|
||||||
'controller' => 'listenerstat',
|
|
||||||
'action' => 'index',
|
|
||||||
'resource' => 'listenerstat'
|
|
||||||
),
|
|
||||||
array(
|
array(
|
||||||
'label' => _('Playout History'),
|
'label' => _('Playout History'),
|
||||||
'module' => 'default',
|
'module' => 'default',
|
||||||
|
@ -106,7 +99,14 @@ $pages = array(
|
||||||
'controller' => 'playouthistorytemplate',
|
'controller' => 'playouthistorytemplate',
|
||||||
'action' => 'index',
|
'action' => 'index',
|
||||||
'resource' => 'playouthistorytemplate'
|
'resource' => 'playouthistorytemplate'
|
||||||
)
|
),
|
||||||
|
array(
|
||||||
|
'label' => _('Listener Stats'),
|
||||||
|
'module' => 'default',
|
||||||
|
'controller' => 'listenerstat',
|
||||||
|
'action' => 'index',
|
||||||
|
'resource' => 'listenerstat'
|
||||||
|
),
|
||||||
)
|
)
|
||||||
),
|
),
|
||||||
array(
|
array(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue