mirror of https://github.com/apache/cloudstack.git
Fix missing ID on host list view, which was breaking detail view
This commit is contained in:
parent
afb56d2112
commit
0042749226
|
|
@ -5437,6 +5437,7 @@
|
|||
title: 'Hosts',
|
||||
id: 'hosts',
|
||||
listView: {
|
||||
id: 'hosts',
|
||||
section: 'hosts',
|
||||
fields: {
|
||||
name: { label: 'Name' },
|
||||
|
|
|
|||
Loading…
Reference in New Issue