mirror of
https://github.com/ansible/awx.git
synced 2026-07-30 17:39:57 -02:30
fix org list
This commit is contained in:
@@ -6,7 +6,6 @@
|
|||||||
|
|
||||||
|
|
||||||
export default [function() {
|
export default [function() {
|
||||||
return function() {
|
|
||||||
return {
|
return {
|
||||||
name: 'organizations',
|
name: 'organizations',
|
||||||
iterator: 'organization',
|
iterator: 'organization',
|
||||||
@@ -62,5 +61,4 @@ export default [function() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
};
|
|
||||||
}];
|
}];
|
||||||
|
|||||||
@@ -745,9 +745,6 @@ function(ConfigurationUtils, i18n, $rootScope) {
|
|||||||
.directive('awToolTip', [function() {
|
.directive('awToolTip', [function() {
|
||||||
return {
|
return {
|
||||||
link: function(scope, element, attrs) {
|
link: function(scope, element, attrs) {
|
||||||
// if (attrs.class.indexOf("JobResultsStdOut") > -1) {
|
|
||||||
// debugger;
|
|
||||||
// }
|
|
||||||
var delay = { show: 200, hide: 0 },
|
var delay = { show: 200, hide: 0 },
|
||||||
placement,
|
placement,
|
||||||
stateChangeWatcher;
|
stateChangeWatcher;
|
||||||
|
|||||||
Reference in New Issue
Block a user