mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-06-09 04:19:43 +00:00
fix(administration): add theme preview
This commit is contained in:
@@ -45,6 +45,16 @@
|
||||
stateUser: stateUser,
|
||||
stateFolder: stateFolder
|
||||
}
|
||||
})
|
||||
.state('administration.theme', {
|
||||
url: '/theme',
|
||||
views: {
|
||||
module: {
|
||||
templateUrl: 'UIxThemePreview', // UI/Templates/Administration/UIxThemePreview.wox
|
||||
controller: 'ThemePreviewController',
|
||||
controllerAs: 'ctrl'
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
// if none of the above states are matched, use this as the fallback
|
||||
|
||||
Reference in New Issue
Block a user