mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-08-02 09:51:56 +00:00
fix endpoint topology
This commit is contained in:
parent
c5e45ab97a
commit
f5739e7341
@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
|
||||
limitations under the License. -->
|
||||
<template>
|
||||
<SelectorLegend
|
||||
:data="option.legend.data"
|
||||
:data="option.legend?.data"
|
||||
:show="legendSelector.isSelector"
|
||||
:isConfigPage="legendSelector.isConfigPage"
|
||||
:colors="option.color"
|
||||
|
@ -22,7 +22,7 @@ limitations under the License. -->
|
||||
:options="DepthList"
|
||||
placeholder="Select a option"
|
||||
@change="changeDepth"
|
||||
size="small"
|
||||
style="width: 240px"
|
||||
/>
|
||||
</span>
|
||||
<span class="switch-icon ml-5" title="Settings" @click="setConfig" v-if="dashboardStore.editMode">
|
||||
|
Loading…
Reference in New Issue
Block a user