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