track type management

This commit is contained in:
Codenift 2020-01-25 12:09:19 -05:00
parent 33928eaf73
commit 1d7d937a7f
29 changed files with 3082 additions and 74 deletions

View file

@ -91,6 +91,12 @@ $pages[] = array(
'controller' => 'user',
'action' => 'add-user',
'resource' => 'user'
),array(
'label' => _('Track Types'),
'module' => 'default',
'controller' => 'tracktype',
'action' => 'add-tracktype',
'resource' => 'tracktype'
),
array(
'label' => _('Streams'),
@ -138,7 +144,7 @@ $pages[] = array(
'action' => 'index',
'resource' => 'listenerstat'
),
array(
array(
'label' => _('Show Listener Stats'),
'module' => 'default',
'controller' => 'listenerstat',