mirror of
https://github.com/ansible/awx.git
synced 2026-02-15 10:10:01 -03:30
@@ -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)'
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user