mirror of
https://github.com/ansible/awx.git
synced 2026-08-03 11:30:00 -02:30
AC-175 change the edit button to a view button. Edit button is now labeled 'Details' and the color is grey rather than green. Applied the color change to 'Hosts' and 'Events' button as well, so that we're consistent. Changes applied to Jobs, Job Events, and Job Detail pages.
This commit is contained in:
@@ -57,10 +57,10 @@ angular.module('JobHostDefinition', [])
|
||||
mode: 'all'
|
||||
},
|
||||
edit: {
|
||||
label: 'Edit',
|
||||
label: 'Details',
|
||||
icon: 'icon-edit',
|
||||
ngClick: "jobDetails()",
|
||||
"class": 'btn-success btn-small',
|
||||
"class": 'btn btn-small',
|
||||
awToolTip: 'Edit job details',
|
||||
mode: 'all'
|
||||
},
|
||||
@@ -68,7 +68,7 @@ angular.module('JobHostDefinition', [])
|
||||
label: 'Events',
|
||||
icon: 'icon-list-ul',
|
||||
ngClick: "jobEvents()",
|
||||
"class": 'btn-info btn-small',
|
||||
"class": 'btn btn-small',
|
||||
awToolTip: 'View job events',
|
||||
mode: 'all'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user