mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 11:00:03 -03:30
Support MacBook Pro 13" Display
Removed 'funky wrapping' from project page on wee little viewports: https://trello.com/c/FVie0qm7/43-funky-wrapping-throughout-macbook-pro-13-retina-chrome
This commit is contained in:
parent
fe88623550
commit
5facdb221b
@ -40,7 +40,7 @@ angular.module('ProjectsListDefinition', [])
|
||||
name: {
|
||||
key: true,
|
||||
label: 'Name',
|
||||
columnClass: "col-lg-6 col-md-4 col-sm-6 col-xs-6",
|
||||
columnClass: "col-lg-5 col-md-4 col-sm-6 col-xs-6",
|
||||
modalColumnClass: 'col-md-8'
|
||||
},
|
||||
last_updated: {
|
||||
@ -56,7 +56,7 @@ angular.module('ProjectsListDefinition', [])
|
||||
searchType: 'select',
|
||||
searchOptions: [], // will be set by Options call to projects resource
|
||||
excludeModal: true,
|
||||
columnClass: 'col-md-2 hidden-sm hidden-xs'
|
||||
columnClass: 'col-lg-2 col-md-2 hidden-sm hidden-xs'
|
||||
}
|
||||
},
|
||||
|
||||
@ -102,6 +102,9 @@ angular.module('ProjectsListDefinition', [])
|
||||
},
|
||||
|
||||
fieldActions: {
|
||||
|
||||
columnClass: 'col-lg-2 col-md-3 col-sm-4 col-xs-4',
|
||||
|
||||
scm_update: {
|
||||
ngClick: 'SCMUpdate(project.id, $event)',
|
||||
awToolTip: "{{ project.scm_update_tooltip }}",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user