mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-07 18:52:54 +00:00
fix: update config
This commit is contained in:
parent
5d190d8ee2
commit
7627a8a15c
@ -36,7 +36,6 @@ limitations under the License. -->
|
|||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
<script lang="ts" setup>
|
<script lang="ts" setup>
|
||||||
import { ref } from "vue";
|
|
||||||
import { ElButton } from "element-plus";
|
import { ElButton } from "element-plus";
|
||||||
import GridLayout from "./panel/Layout.vue";
|
import GridLayout from "./panel/Layout.vue";
|
||||||
import { GridItemData } from "@/types/dashboard";
|
import { GridItemData } from "@/types/dashboard";
|
||||||
@ -69,7 +68,6 @@ function setConfig() {
|
|||||||
dashboardStore.setConfigPanel(false);
|
dashboardStore.setConfigPanel(false);
|
||||||
}
|
}
|
||||||
function addWidget() {
|
function addWidget() {
|
||||||
dashboardStore.setConfigPanel(true);
|
|
||||||
dashboardStore.addWidget();
|
dashboardStore.addWidget();
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
Loading…
Reference in New Issue
Block a user