mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-10-15 12:49:17 +00:00
style: fix building info
This commit is contained in:
@@ -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: {
|
||||
|
Reference in New Issue
Block a user