fix: Fix backup from vpn detail
Fix the query of url to back to correct tab in vpn tunnel list from detail Change-Id: I296dfe7bff8d0e1910fdb3104cd112c3a92458d4
This commit is contained in:
parent
2346a98a4a
commit
cf54b76936
@ -34,7 +34,7 @@ export default class VPNTunnelDetail extends Base {
|
|||||||
}
|
}
|
||||||
|
|
||||||
get listUrl() {
|
get listUrl() {
|
||||||
return this.getUrl('/network/vpn?tab=ipsec_connections');
|
return `${this.getUrl('/network/vpn')}?tab=ipsec_connections`;
|
||||||
}
|
}
|
||||||
|
|
||||||
get actionConfigs() {
|
get actionConfigs() {
|
||||||
|
Loading…
Reference in New Issue
Block a user