mirror of
https://github.com/ansible/awx.git
synced 2026-05-13 12:27:37 -02:30
@@ -39,18 +39,18 @@ export default
|
|||||||
columnClass: "col-lg-4 col-md-4 col-sm-5 col-xs-7 List-staticColumnAdjacent",
|
columnClass: "col-lg-4 col-md-4 col-sm-5 col-xs-7 List-staticColumnAdjacent",
|
||||||
modalColumnClass: 'col-md-8'
|
modalColumnClass: 'col-md-8'
|
||||||
},
|
},
|
||||||
scm_revision: {
|
|
||||||
label: i18n._('Revision'),
|
|
||||||
excludeModal: true,
|
|
||||||
columnClass: 'col-lg-4 col-md-2 col-sm-3 hidden-xs',
|
|
||||||
class: 'List-staticColumnAdjacent--monospace'
|
|
||||||
},
|
|
||||||
scm_type: {
|
scm_type: {
|
||||||
label: i18n._('Type'),
|
label: i18n._('Type'),
|
||||||
ngBind: 'project.type_label',
|
ngBind: 'project.type_label',
|
||||||
excludeModal: true,
|
excludeModal: true,
|
||||||
columnClass: 'col-lg-2 col-md-2 col-sm-3 hidden-xs'
|
columnClass: 'col-lg-2 col-md-2 col-sm-3 hidden-xs'
|
||||||
},
|
},
|
||||||
|
scm_revision: {
|
||||||
|
label: i18n._('Revision'),
|
||||||
|
excludeModal: true,
|
||||||
|
columnClass: 'col-lg-4 col-md-2 col-sm-3 hidden-xs',
|
||||||
|
class: 'List-staticColumnAdjacent--monospace'
|
||||||
|
},
|
||||||
last_updated: {
|
last_updated: {
|
||||||
label: i18n._('Last Updated'),
|
label: i18n._('Last Updated'),
|
||||||
filter: "longDate",
|
filter: "longDate",
|
||||||
|
|||||||
Reference in New Issue
Block a user