mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
ui: syntax fix for build failure
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
This commit is contained in:
parent
41bbedb530
commit
a5676b0d01
@ -1583,6 +1583,7 @@ export default {
|
|||||||
delete query.status
|
delete query.status
|
||||||
} else {
|
} else {
|
||||||
query.status = filter
|
query.status = filter
|
||||||
|
}
|
||||||
} else if (['pod', 'cluster'].includes(this.$route.name)) {
|
} else if (['pod', 'cluster'].includes(this.$route.name)) {
|
||||||
if (filter === 'all') {
|
if (filter === 'all') {
|
||||||
delete query.allocationstate
|
delete query.allocationstate
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user