mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-07-17 13:15:24 +00:00
remove unuse dom
This commit is contained in:
parent
431ade7f43
commit
4062f13a64
@ -17,9 +17,6 @@ limitations under the License. -->
|
||||
<div class="graph" v-loading="loading">
|
||||
<div class="header">
|
||||
<span>{{ dashboardStore.selectedGrid.widget.title }}</span>
|
||||
<span v-show="dashboardStore.selectedGrid.standard.unit" class="unit">
|
||||
({{ dashboardStore.selectedGrid.standard.unit }})
|
||||
</span>
|
||||
<div class="tips" v-show="dashboardStore.selectedGrid.widget.tips">
|
||||
<el-tooltip :content="dashboardStore.selectedGrid.widget.tips">
|
||||
<Icon iconName="info_outline" size="sm" />
|
||||
|
Loading…
Reference in New Issue
Block a user