|
@@ -43,6 +43,7 @@ export class DashboardSrv {
|
|
|
delete urlParams.fullscreen;
|
|
delete urlParams.fullscreen;
|
|
|
delete urlParams.edit;
|
|
delete urlParams.edit;
|
|
|
delete urlParams.panelId;
|
|
delete urlParams.panelId;
|
|
|
|
|
+ delete urlParams.tab;
|
|
|
this.$location.search(urlParams);
|
|
this.$location.search(urlParams);
|
|
|
return;
|
|
return;
|
|
|
}
|
|
}
|
|
@@ -58,6 +59,7 @@ export class DashboardSrv {
|
|
|
urlParams.edit = true;
|
|
urlParams.edit = true;
|
|
|
} else {
|
|
} else {
|
|
|
delete urlParams.edit;
|
|
delete urlParams.edit;
|
|
|
|
|
+ delete urlParams.tab;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
if (options.panelId || options.panelId === 0) {
|
|
if (options.panelId || options.panelId === 0) {
|