mirror of
https://github.com/ansible/awx.git
synced 2026-03-09 13:39:27 -02: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:
@@ -40,7 +40,7 @@ angular.module('ProjectsListDefinition', [])
|
|||||||
name: {
|
name: {
|
||||||
key: true,
|
key: true,
|
||||||
label: 'Name',
|
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'
|
modalColumnClass: 'col-md-8'
|
||||||
},
|
},
|
||||||
last_updated: {
|
last_updated: {
|
||||||
@@ -56,7 +56,7 @@ angular.module('ProjectsListDefinition', [])
|
|||||||
searchType: 'select',
|
searchType: 'select',
|
||||||
searchOptions: [], // will be set by Options call to projects resource
|
searchOptions: [], // will be set by Options call to projects resource
|
||||||
excludeModal: true,
|
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: {
|
fieldActions: {
|
||||||
|
|
||||||
|
columnClass: 'col-lg-2 col-md-3 col-sm-4 col-xs-4',
|
||||||
|
|
||||||
scm_update: {
|
scm_update: {
|
||||||
ngClick: 'SCMUpdate(project.id, $event)',
|
ngClick: 'SCMUpdate(project.id, $event)',
|
||||||
awToolTip: "{{ project.scm_update_tooltip }}",
|
awToolTip: "{{ project.scm_update_tooltip }}",
|
||||||
|
|||||||
Reference in New Issue
Block a user