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() {
return function() {
return {
name: 'organizations',
iterator: 'organization',
@@ -62,5 +61,4 @@ export default [function() {
}
}
};
};
}];

View File

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