Inventory refactor: now all nodes in group tree have an icon. same for job events view.

This commit is contained in:
Chris Houseknecht
2014-01-10 22:44:12 +00:00
parent 8279012ffa
commit 6d205213db
7 changed files with 22 additions and 14 deletions

View File

@@ -94,12 +94,11 @@ angular.module('JobEventsListDefinition', [])
},
fieldActions: {
edit: {
view: {
label: 'View',
ngClick: "viewJobEvent(\{\{ jobevent.id \}\})",
icon: 'icon-zoom-in',
"class": 'btn-default btn-xs',
awToolTip: 'View event details'
awToolTip: 'View event details',
dataPlacement: 'top'
}
}
});