CC-4661: Listener Statistics
- frontend part
This commit is contained in:
parent
7f27e5ff3f
commit
3af3cd5870
27 changed files with 17143 additions and 0 deletions
|
@ -85,6 +85,13 @@ $pages = array(
|
|||
'controller' => 'playouthistory',
|
||||
'action' => 'index',
|
||||
'resource' => 'playouthistory'
|
||||
),
|
||||
array(
|
||||
'label' => 'Listener Stat',
|
||||
'module' => 'default',
|
||||
'controller' => 'listenerstat',
|
||||
'action' => 'index',
|
||||
'resource' => 'listenerstat'
|
||||
)
|
||||
)
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue