mirror of https://github.com/apache/cloudstack.git
CS-15898:Change drop down options in vm tier for vpc
Reviewed-by:Brian
This commit is contained in:
parent
b76bcdd62f
commit
1f67bedd3a
|
|
@ -256,6 +256,7 @@
|
|||
filters: {
|
||||
all: { label: 'All instances' },
|
||||
running: { label: 'Running instances' },
|
||||
stopped: { label: 'Stopped instances' },
|
||||
destroyed: { label: 'Destroyed instances' }
|
||||
},
|
||||
fields: {
|
||||
|
|
|
|||
Loading…
Reference in New Issue