more renaming. also moved apps and datasource menus

This commit is contained in:
woodsaj
2015-12-18 13:46:40 +08:00
parent 42db1378e0
commit 48cf56b69a
16 changed files with 162 additions and 188 deletions

View File

@@ -131,14 +131,14 @@ define([
templateUrl: 'app/partials/reset_password.html',
controller : 'ResetPasswordCtrl',
})
.when('/plugins', {
templateUrl: 'app/features/org/partials/plugins.html',
controller: 'PluginsCtrl',
.when('/org/apps', {
templateUrl: 'app/features/org/partials/apps.html',
controller: 'AppsCtrl',
resolve: loadOrgBundle,
})
.when('/plugins/edit/:type', {
templateUrl: 'app/features/org/partials/pluginEdit.html',
controller: 'PluginEditCtrl',
.when('/org/apps/edit/:type', {
templateUrl: 'app/features/org/partials/appEdit.html',
controller: 'AppEditCtrl',
resolve: loadOrgBundle,
})
.otherwise({