Merge "Fix column label on cluster table"
This commit is contained in:
commit
00f4a0def2
@ -70,6 +70,15 @@
|
|||||||
.setProperty('id', {
|
.setProperty('id', {
|
||||||
label: gettext('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)
|
.setListFunction(listFunction)
|
||||||
.tableColumns
|
.tableColumns
|
||||||
.append({
|
.append({
|
||||||
|
Loading…
Reference in New Issue
Block a user