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:
parent
15b4c6bd0a
commit
468cd01194
@ -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({
|
||||
|
Loading…
Reference in New Issue
Block a user