mirror of
https://github.com/ZwareBear/awx.git
synced 2026-04-26 09:51:48 -05:00
AC-202 Missing detail buttons -job events page is now responsive to small screen sizes. On phone/tablet size screen Host column disappears and host name shows in the Event column as part of the detail. Also added media querries in CSS to adjust the table formatting and make things fit. Fixed issues with the JSON modal dialog so that everything fits on a portrait size mobile phone.
This commit is contained in:
@@ -29,6 +29,7 @@ angular.module('JobEventsListDefinition', [])
|
||||
status: {
|
||||
label: 'Status',
|
||||
icon: 'icon-circle',
|
||||
showValue: true,
|
||||
"class": 'job-\{\{ jobevent.status \}\}',
|
||||
searchField: 'failed',
|
||||
searchType: 'boolean',
|
||||
@@ -50,7 +51,9 @@ angular.module('JobEventsListDefinition', [])
|
||||
ngBind: 'jobevent.summary_fields.host.name',
|
||||
searchField: 'hosts__name',
|
||||
nosort: true,
|
||||
id: 'job-event-host-header'
|
||||
searchOnly: false,
|
||||
id: 'job-event-host-header',
|
||||
columnClass: 'hidden-phone hidden-tablet'
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user