fix org list

This commit is contained in:
John Mitchell
2017-03-20 11:37:09 -04:00
parent bc5e275694
commit 367943fa3c
2 changed files with 51 additions and 56 deletions

View File

@@ -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() {
} }
} }
}; };
};
}]; }];

View File

@@ -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;