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