mirror of https://github.com/apache/cloudstack.git
ui: donot remove account, domain from query on public ip filter change (#11575)
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
This commit is contained in:
parent
9349b69b7e
commit
3ffd444294
|
|
@ -1723,10 +1723,12 @@ export default {
|
|||
const query = Object.assign({}, this.$route.query)
|
||||
delete query.templatefilter
|
||||
delete query.isofilter
|
||||
delete query.account
|
||||
delete query.domainid
|
||||
delete query.state
|
||||
delete query.annotationfilter
|
||||
if (!['publicip'].includes(this.$route.name)) {
|
||||
delete query.account
|
||||
delete query.domainid
|
||||
}
|
||||
if (this.$route.name === 'template') {
|
||||
query.templatefilter = filter
|
||||
} else if (this.$route.name === 'iso') {
|
||||
|
|
|
|||
Loading…
Reference in New Issue