mirror of
https://github.com/ansible/awx.git
synced 2026-02-25 15:06:02 -03:30
Merge pull request #3922 from kensible/3921-pre-pr-issues
Pre-pr fix and ui-router update
This commit is contained in:
@@ -17,7 +17,12 @@
|
|||||||
name: 'configuration',
|
name: 'configuration',
|
||||||
route: '/configuration/:currentTab',
|
route: '/configuration/:currentTab',
|
||||||
params: {
|
params: {
|
||||||
currentTab: ''
|
currentTab: {
|
||||||
|
value: 'auth',
|
||||||
|
dynamic: true,
|
||||||
|
isOptional: true
|
||||||
|
}
|
||||||
|
|
||||||
},
|
},
|
||||||
ncyBreadcrumb: {
|
ncyBreadcrumb: {
|
||||||
label: "Edit Configuration"
|
label: "Edit Configuration"
|
||||||
|
|||||||
@@ -59,7 +59,7 @@ export default ['GetBasePath', 'ProcessErrors', '$q', '$http', 'Rest', '$rootSco
|
|||||||
var deferred = $q.defer();
|
var deferred = $q.defer();
|
||||||
|
|
||||||
Rest.setUrl(url + '/all');
|
Rest.setUrl(url + '/all');
|
||||||
Rest.delete()
|
Rest.destroy()
|
||||||
.success(function(data) {
|
.success(function(data) {
|
||||||
deferred.resolve(data);
|
deferred.resolve(data);
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user