Upgraded AWX to Twitter Bootstrap 3 RC1

This commit is contained in:
chouseknecht
2013-08-02 18:26:34 -04:00
parent f3cbda4352
commit 94ae9ffd43
40 changed files with 5172 additions and 7977 deletions

View File

@@ -33,7 +33,7 @@ angular.module('GroupListDefinition', [])
icon: 'icon-plus',
mode: 'all', // One of: edit, select, all
ngClick: 'createGroup()',
"class": 'btn-success btn-small',
"class": 'btn-success btn-mini',
awToolTip: 'Create a new group'
},
help: {
@@ -44,7 +44,7 @@ angular.module('GroupListDefinition', [])
dataContainer: "#form-modal",
icon: "icon-question-sign",
mode: 'all',
'class': 'btn-small btn-info',
'class': 'btn-mini btn-info',
awToolTip: 'Click for help',
dataTitle: 'Adding Groups',
id: 'group-help-button',
@@ -57,7 +57,7 @@ angular.module('GroupListDefinition', [])
label: 'Edit',
ngClick: "editGroup(\{\{ group.id \}\})",
icon: 'icon-edit',
"class": 'btn-small',
"class": 'btn-mini',
awToolTip: 'View/Edit group'
},
@@ -65,7 +65,7 @@ angular.module('GroupListDefinition', [])
label: 'Delete',
ngClick: "deleteGroup(\{\{ group.id \}\},'\{\{ group.name \}\}')",
icon: 'icon-trash',
"class": 'btn-small btn-danger',
"class": 'btn-mini btn-danger',
awToolTip: 'Delete group'
}
}