Fix column label on cluster table

The column labels on cluster table lack setting of gettext.
This patch adds column labels to "status", "master_count"
and "node_count".

Change-Id: I8532332e617ec6961881604e82d1f28c5ea41716
This commit is contained in:
Shu Muto 2016-09-27 09:49:54 +09:00
parent 15b4c6bd0a
commit 468cd01194

View File

@ -70,6 +70,15 @@
.setProperty('id', {
label: gettext('ID')
})
.setProperty('status', {
label: gettext('Status')
})
.setProperty('master_count', {
label: gettext('Master Count')
})
.setProperty('node_count', {
label: gettext('Node Count')
})
.setListFunction(listFunction)
.tableColumns
.append({