Start of inventory re-write

This commit is contained in:
Chris Houseknecht
2013-12-06 03:06:15 +00:00
parent 1dd0634c8a
commit f1b99f12b6
29 changed files with 676 additions and 213 deletions

View File

@@ -35,7 +35,7 @@ angular.module('GroupListDefinition', [])
dataContainer: '#form-modal .modal-content',
icon: "icon-question-sign",
mode: 'all',
'class': 'btn-xs btn-info btn-help pull-right',
'class': 'btn-xs btn-help pull-right',
awToolTip: 'Click for help',
dataTitle: 'Adding Groups',
iconSize: 'large'
@@ -47,7 +47,7 @@ angular.module('GroupListDefinition', [])
label: 'Edit',
ngClick: "editGroup(\{\{ group.id \}\})",
icon: 'icon-edit',
"class": 'btn-xs btn-default',
"class": 'btn-xs',
awToolTip: 'View/Edit group'
},
@@ -55,7 +55,7 @@ angular.module('GroupListDefinition', [])
label: 'Delete',
ngClick: "deleteGroup(\{\{ group.id \}\},'\{\{ group.name \}\}')",
icon: 'icon-trash',
"class": 'btn-xs btn-danger',
"class": 'btn-xs',
awToolTip: 'Delete group'
}
}