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