mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-08-02 18:11:55 +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. -->
|
limitations under the License. -->
|
||||||
<template>
|
<template>
|
||||||
<SelectorLegend
|
<SelectorLegend
|
||||||
:data="option.legend.data"
|
:data="option.legend?.data"
|
||||||
:show="legendSelector.isSelector"
|
:show="legendSelector.isSelector"
|
||||||
:isConfigPage="legendSelector.isConfigPage"
|
:isConfigPage="legendSelector.isConfigPage"
|
||||||
:colors="option.color"
|
:colors="option.color"
|
||||||
|
@ -22,7 +22,7 @@ limitations under the License. -->
|
|||||||
:options="DepthList"
|
:options="DepthList"
|
||||||
placeholder="Select a option"
|
placeholder="Select a option"
|
||||||
@change="changeDepth"
|
@change="changeDepth"
|
||||||
size="small"
|
style="width: 240px"
|
||||||
/>
|
/>
|
||||||
</span>
|
</span>
|
||||||
<span class="switch-icon ml-5" title="Settings" @click="setConfig" v-if="dashboardStore.editMode">
|
<span class="switch-icon ml-5" title="Settings" @click="setConfig" v-if="dashboardStore.editMode">
|
||||||
|
Loading…
Reference in New Issue
Block a user