mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-15 09:48:43 +00:00
type error fixed
This commit is contained in:
parent
612ac7cd81
commit
c910a960ce
@ -279,7 +279,6 @@ export default defineComponent({
|
|||||||
dashboardStore.layout[l].children[activeTabIndex.value].children
|
dashboardStore.layout[l].children[activeTabIndex.value].children
|
||||||
);
|
);
|
||||||
needQuery.value = true;
|
needQuery.value = true;
|
||||||
console.log(dashboardStore.layout[0])
|
|
||||||
}
|
}
|
||||||
function removeTab(e: Event) {
|
function removeTab(e: Event) {
|
||||||
e.stopPropagation();
|
e.stopPropagation();
|
||||||
|
@ -22,7 +22,7 @@ limitations under the License. -->
|
|||||||
content="Service"
|
content="Service"
|
||||||
placement="top-start"
|
placement="top-start"
|
||||||
>
|
>
|
||||||
<el-button class="filter-btn" @click="setFilter('service')" type="secondary">
|
<el-button class="filter-btn" @click="setFilter('service')" >
|
||||||
<Icon size="sm" iconName="cloud_queue" />
|
<Icon size="sm" iconName="cloud_queue" />
|
||||||
</el-button>
|
</el-button>
|
||||||
</el-tooltip>
|
</el-tooltip>
|
||||||
@ -34,7 +34,7 @@ limitations under the License. -->
|
|||||||
content="Instance"
|
content="Instance"
|
||||||
placement="top-start"
|
placement="top-start"
|
||||||
>
|
>
|
||||||
<el-button class="filter-btn" @click="setFilter('instance')" type="secondary">
|
<el-button class="filter-btn" @click="setFilter('instance')" >
|
||||||
<Icon size="sm" iconName="storage" />
|
<Icon size="sm" iconName="storage" />
|
||||||
</el-button>
|
</el-button>
|
||||||
</el-tooltip>
|
</el-tooltip>
|
||||||
@ -46,7 +46,7 @@ limitations under the License. -->
|
|||||||
content="Status"
|
content="Status"
|
||||||
placement="top-start"
|
placement="top-start"
|
||||||
>
|
>
|
||||||
<el-button class="filter-btn" @click="setFilter('status')" type="secondary">
|
<el-button class="filter-btn" @click="setFilter('status')" >
|
||||||
<Icon size="sm" iconName="device_hub" />
|
<Icon size="sm" iconName="device_hub" />
|
||||||
</el-button>
|
</el-button>
|
||||||
</el-tooltip>
|
</el-tooltip>
|
||||||
@ -58,7 +58,7 @@ limitations under the License. -->
|
|||||||
content="Duration"
|
content="Duration"
|
||||||
placement="top-start"
|
placement="top-start"
|
||||||
>
|
>
|
||||||
<el-button class="filter-btn" @click="setFilter('duration')" type="secondary">
|
<el-button class="filter-btn" @click="setFilter('duration')" >
|
||||||
<Icon size="sm" iconName="av_timer" />
|
<Icon size="sm" iconName="av_timer" />
|
||||||
</el-button>
|
</el-button>
|
||||||
</el-tooltip>
|
</el-tooltip>
|
||||||
@ -70,7 +70,7 @@ limitations under the License. -->
|
|||||||
content="Trace ID"
|
content="Trace ID"
|
||||||
placement="top-start"
|
placement="top-start"
|
||||||
>
|
>
|
||||||
<el-button class="filter-btn" @click="setFilter('traceId')" type="secondary">
|
<el-button class="filter-btn" @click="setFilter('traceId')" >
|
||||||
<Icon size="sm" iconName="timeline" />
|
<Icon size="sm" iconName="timeline" />
|
||||||
</el-button>
|
</el-button>
|
||||||
</el-tooltip>
|
</el-tooltip>
|
||||||
@ -82,7 +82,7 @@ limitations under the License. -->
|
|||||||
content="Tags"
|
content="Tags"
|
||||||
placement="top-start"
|
placement="top-start"
|
||||||
>
|
>
|
||||||
<el-button class="filter-btn" @click="setFilter('tags')" type="secondary">
|
<el-button class="filter-btn" @click="setFilter('tags')" >
|
||||||
<Icon size="sm" iconName="epic" />
|
<Icon size="sm" iconName="epic" />
|
||||||
</el-button>
|
</el-button>
|
||||||
</el-tooltip>
|
</el-tooltip>
|
||||||
|
Loading…
Reference in New Issue
Block a user