mirror of
https://github.com/ansible/awx.git
synced 2026-02-20 12:40:06 -03:30
@@ -10,8 +10,8 @@ export default [ 'i18n', function(i18n){
|
|||||||
name: 'hosts',
|
name: 'hosts',
|
||||||
iterator: 'host',
|
iterator: 'host',
|
||||||
selectTitle: i18n._('Add Existing Hosts'),
|
selectTitle: i18n._('Add Existing Hosts'),
|
||||||
editTitle: 'Hosts',
|
editTitle: i18n._('Hosts'),
|
||||||
listTitle: 'Hosts',
|
listTitle: i18n._('Hosts'),
|
||||||
index: false,
|
index: false,
|
||||||
hover: true,
|
hover: true,
|
||||||
well: true,
|
well: true,
|
||||||
@@ -33,7 +33,7 @@ export default [ 'i18n', function(i18n){
|
|||||||
},
|
},
|
||||||
name: {
|
name: {
|
||||||
key: true,
|
key: true,
|
||||||
label: 'Name',
|
label: i18n._('Name'),
|
||||||
columnClass: 'col-lg-5 col-md-5 col-sm-5 col-xs-8 ellipsis List-staticColumnAdjacent',
|
columnClass: 'col-lg-5 col-md-5 col-sm-5 col-xs-8 ellipsis List-staticColumnAdjacent',
|
||||||
ngClick: 'editHost(host.id)'
|
ngClick: 'editHost(host.id)'
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user