mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-10-15 12:49:17 +00:00
feat: set config
This commit is contained in:
@@ -28,7 +28,7 @@ limitations under the License. -->
|
||||
</div>
|
||||
<div class="body" :style="{ height: '200px', width: '400px' }">
|
||||
<component
|
||||
:is="item.visualization"
|
||||
:is="item.chart"
|
||||
:intervalTime="appStoreWithOut.intervalTime"
|
||||
:data="state.source"
|
||||
/>
|
||||
@@ -76,11 +76,11 @@ export default defineComponent({
|
||||
}
|
||||
|
||||
function removeWidget() {
|
||||
dashboardStore.removeWidget(props.item);
|
||||
dashboardStore.removeWidget(item);
|
||||
}
|
||||
function setConfig() {
|
||||
dashboardStore.setConfigPanel(true);
|
||||
dashboardStore.selectWidget(props.item);
|
||||
dashboardStore.selectWidget(item);
|
||||
}
|
||||
return {
|
||||
state,
|
||||
|
Reference in New Issue
Block a user