mark i18n strings for the dashboard host list

see: #5453
This commit is contained in:
Ryan Petrello 2017-02-20 15:41:02 -05:00
parent 176a0aa84b
commit e4e599c891

View File

@ -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)'
},