mirror of https://github.com/apache/cloudstack.git
Add ID field to regions list view
This commit is contained in:
parent
b4286e7949
commit
c48ed610db
|
|
@ -36,6 +36,7 @@
|
|||
section: 'regions',
|
||||
fields: {
|
||||
name: { label: 'label.name' },
|
||||
id: { label: 'ID' },
|
||||
endpoint: { label: 'label.endpoint' }
|
||||
},
|
||||
actions: {
|
||||
|
|
|
|||
Loading…
Reference in New Issue