organize more routes by category
This commit is contained in:
parent
200d8dd416
commit
410a58ddae
1 changed files with 41 additions and 41 deletions
|
@ -174,6 +174,47 @@ define([
|
||||||
roles: 'admin',
|
roles: 'admin',
|
||||||
controller: 'dashboard/encodingsettings'
|
controller: 'dashboard/encodingsettings'
|
||||||
});
|
});
|
||||||
|
defineRoute({
|
||||||
|
path: '/log.html',
|
||||||
|
roles: 'admin',
|
||||||
|
controller: 'dashboard/logs'
|
||||||
|
});
|
||||||
|
defineRoute({
|
||||||
|
path: '/metadataimages.html',
|
||||||
|
autoFocus: false,
|
||||||
|
roles: 'admin',
|
||||||
|
controller: 'dashboard/metadataimagespage'
|
||||||
|
});
|
||||||
|
defineRoute({
|
||||||
|
path: '/metadatanfo.html',
|
||||||
|
autoFocus: false,
|
||||||
|
roles: 'admin',
|
||||||
|
controller: 'dashboard/metadatanfo'
|
||||||
|
});
|
||||||
|
defineRoute({
|
||||||
|
path: '/notificationsetting.html',
|
||||||
|
autoFocus: false,
|
||||||
|
roles: 'admin',
|
||||||
|
controller: 'dashboard/notifications/notification'
|
||||||
|
});
|
||||||
|
defineRoute({
|
||||||
|
path: '/notificationsettings.html',
|
||||||
|
controller: 'dashboard/notifications/notifications',
|
||||||
|
autoFocus: false,
|
||||||
|
roles: 'admin'
|
||||||
|
});
|
||||||
|
defineRoute({
|
||||||
|
path: '/playbackconfiguration.html',
|
||||||
|
autoFocus: false,
|
||||||
|
roles: 'admin',
|
||||||
|
controller: 'dashboard/playbackconfiguration'
|
||||||
|
});
|
||||||
|
defineRoute({
|
||||||
|
path: '/availableplugins.html',
|
||||||
|
autoFocus: false,
|
||||||
|
roles: 'admin',
|
||||||
|
controller: 'dashboard/plugins/available'
|
||||||
|
});
|
||||||
|
|
||||||
defineRoute({
|
defineRoute({
|
||||||
path: '/home.html',
|
path: '/home.html',
|
||||||
|
@ -227,23 +268,6 @@ define([
|
||||||
roles: 'admin',
|
roles: 'admin',
|
||||||
controller: 'livetvtuner'
|
controller: 'livetvtuner'
|
||||||
});
|
});
|
||||||
defineRoute({
|
|
||||||
path: '/log.html',
|
|
||||||
roles: 'admin',
|
|
||||||
controller: 'dashboard/logs'
|
|
||||||
});
|
|
||||||
defineRoute({
|
|
||||||
path: '/metadataimages.html',
|
|
||||||
autoFocus: false,
|
|
||||||
roles: 'admin',
|
|
||||||
controller: 'dashboard/metadataimagespage'
|
|
||||||
});
|
|
||||||
defineRoute({
|
|
||||||
path: '/metadatanfo.html',
|
|
||||||
autoFocus: false,
|
|
||||||
roles: 'admin',
|
|
||||||
controller: 'dashboard/metadatanfo'
|
|
||||||
});
|
|
||||||
defineRoute({
|
defineRoute({
|
||||||
path: '/movies.html',
|
path: '/movies.html',
|
||||||
autoFocus: false,
|
autoFocus: false,
|
||||||
|
@ -256,30 +280,6 @@ define([
|
||||||
autoFocus: false,
|
autoFocus: false,
|
||||||
transition: 'fade'
|
transition: 'fade'
|
||||||
});
|
});
|
||||||
defineRoute({
|
|
||||||
path: '/notificationsetting.html',
|
|
||||||
autoFocus: false,
|
|
||||||
roles: 'admin',
|
|
||||||
controller: 'dashboard/notifications/notification'
|
|
||||||
});
|
|
||||||
defineRoute({
|
|
||||||
path: '/notificationsettings.html',
|
|
||||||
controller: 'dashboard/notifications/notifications',
|
|
||||||
autoFocus: false,
|
|
||||||
roles: 'admin'
|
|
||||||
});
|
|
||||||
defineRoute({
|
|
||||||
path: '/playbackconfiguration.html',
|
|
||||||
autoFocus: false,
|
|
||||||
roles: 'admin',
|
|
||||||
controller: 'dashboard/playbackconfiguration'
|
|
||||||
});
|
|
||||||
defineRoute({
|
|
||||||
path: '/availableplugins.html',
|
|
||||||
autoFocus: false,
|
|
||||||
roles: 'admin',
|
|
||||||
controller: 'dashboard/plugins/available'
|
|
||||||
});
|
|
||||||
defineRoute({
|
defineRoute({
|
||||||
path: '/installedplugins.html',
|
path: '/installedplugins.html',
|
||||||
autoFocus: false,
|
autoFocus: false,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue