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:
xusongfu 2021-07-09 15:06:41 +08:00 committed by hanxiang gao
parent 2346a98a4a
commit cf54b76936

View File

@ -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() {