mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-13 08:17:33 +00:00
fix: params
This commit is contained in:
parent
5635a6ee36
commit
67c11c4da5
@ -75,9 +75,13 @@ limitations under the License. -->
|
||||
step: appStore.duration.step,
|
||||
utc: appStore.utc,
|
||||
});
|
||||
const w = {
|
||||
title: encodeURIComponent(dashboardStore.selectedGrid.widget.title),
|
||||
tips: encodeURIComponent(dashboardStore.selectedGrid.widget.tips),
|
||||
};
|
||||
const config = JSON.stringify({
|
||||
type: dashboardStore.selectedGrid.type,
|
||||
widget: dashboardStore.selectedGrid.widget,
|
||||
widget: w,
|
||||
graph: dashboardStore.selectedGrid.graph,
|
||||
metrics: dashboardStore.selectedGrid.metrics,
|
||||
metricTypes: dashboardStore.selectedGrid.metricTypes,
|
||||
|
Loading…
Reference in New Issue
Block a user