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