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

@@ -113,7 +113,7 @@ angular.module('InventoryFormDefinition', [])
select: {
ngClick: "selectHost()",
icon: 'icon-check',
label: 'Add Existing Host',
label: 'Add Existing',
awToolTip: 'Select existing host',
ngHide: 'createButtonShow == false',
"class": 'btn btn-pad'
@@ -121,7 +121,7 @@ angular.module('InventoryFormDefinition', [])
create: {
ngClick: "createHost()",
icon: 'icon-plus',
label: 'Create New Host',
label: 'Create New',
awToolTip: 'Create a new host',
ngHide: 'createButtonShow == false',
"class": 'btn-success'