From 86ec9c985bd904512a021cfbb51785c1185a28d2 Mon Sep 17 00:00:00 2001 From: Qiuxia Fan Date: Thu, 20 Jan 2022 15:52:53 +0800 Subject: [PATCH] style: fix building info --- src/components/DateCalendar.vue | 14 ++-- src/components/Graph.vue | 12 +--- src/components/Icon.vue | 9 ++- src/components/Selector.vue | 5 +- src/components/TimePicker.vue | 70 ++++++++++--------- src/store/modules/dashboard.ts | 3 +- src/views/Log.vue | 2 +- .../dashboard/configuration/MetricOptions.vue | 3 +- .../configuration/StandardOptions.vue | 3 +- .../dashboard/configuration/WidgetOptions.vue | 3 +- .../configuration/graph-styles/Area.vue | 3 +- .../configuration/graph-styles/Bar.vue | 3 +- .../configuration/graph-styles/Card.vue | 3 +- .../graph-styles/EndpointList.vue | 3 +- .../graph-styles/InstanceList.vue | 3 +- .../configuration/graph-styles/Line.vue | 3 +- .../graph-styles/ServiceList.vue | 3 +- .../configuration/graph-styles/Table.vue | 3 +- .../configuration/graph-styles/TopList.vue | 3 +- src/views/dashboard/controls/Tab.vue | 4 +- src/views/dashboard/graphs/Area.vue | 2 +- src/views/dashboard/graphs/Bar.vue | 3 +- src/views/dashboard/graphs/Card.vue | 2 +- src/views/dashboard/graphs/EndpointList.vue | 3 +- src/views/dashboard/graphs/HeatMap.vue | 3 +- src/views/dashboard/graphs/InstanceList.vue | 3 +- src/views/dashboard/graphs/Line.vue | 3 +- src/views/dashboard/graphs/Pie.vue | 3 +- src/views/dashboard/graphs/ServiceList.vue | 3 +- src/views/dashboard/graphs/Table.vue | 3 +- src/views/dashboard/graphs/TopList.vue | 3 +- src/views/service/Profiles.vue | 2 +- src/views/service/Topology.vue | 2 +- src/views/service/Traces.vue | 2 +- 34 files changed, 108 insertions(+), 84 deletions(-) diff --git a/src/components/DateCalendar.vue b/src/components/DateCalendar.vue index b5736399..0b6b105b 100755 --- a/src/components/DateCalendar.vue +++ b/src/components/DateCalendar.vue @@ -277,15 +277,9 @@ limitations under the License. --> diff --git a/src/store/modules/dashboard.ts b/src/store/modules/dashboard.ts index 90936f7d..750c4e71 100644 --- a/src/store/modules/dashboard.ts +++ b/src/store/modules/dashboard.ts @@ -172,11 +172,10 @@ export const dashboardStore = defineStore({ return res.data; }, - async fetchMetricValue(config: LayoutConfig) { + async fetchMetricValue() { // if (!config.metricTypes) { // return; // } - // config.metricTypes = "readMetricsValues"; const appStoreWithOut = useAppStoreWithOut(); const variable = { condition: { diff --git a/src/views/Log.vue b/src/views/Log.vue index 6e121b20..f70cb63a 100644 --- a/src/views/Log.vue +++ b/src/views/Log.vue @@ -16,7 +16,7 @@ limitations under the License. -->
{{ props.msg }}