mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-13 08:17:33 +00:00
fix: update
This commit is contained in:
parent
29155118fc
commit
d31b952a1f
@ -38,22 +38,24 @@ limitations under the License. -->
|
|||||||
{{ t("analysis") }}
|
{{ t("analysis") }}
|
||||||
</el-button>
|
</el-button>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div v-if="continousProfilingStore.selectedTask.type">
|
||||||
class="vis-graph-topology ml-5"
|
<div
|
||||||
v-loading="networkProfilingStore.loadNodes"
|
class="vis-graph-topology ml-5"
|
||||||
v-if="continousProfilingStore.selectedTask.type === TargetTypes[2].value"
|
v-loading="networkProfilingStore.loadNodes"
|
||||||
>
|
v-if="continousProfilingStore.selectedTask.type === TargetTypes[2].value"
|
||||||
<process-topology v-if="networkProfilingStore.nodes.length" :config="config" />
|
>
|
||||||
<div class="text" v-else>
|
<process-topology v-if="networkProfilingStore.nodes.length" :config="config" />
|
||||||
{{ t("noData") }}
|
<div class="text" v-else>
|
||||||
|
{{ t("noData") }}
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
<div class="vis-graph ml-5" v-else>
|
||||||
<div class="vis-graph ml-5" v-else>
|
<div class="schedules">
|
||||||
<div class="schedules">
|
<EBPFSchedules :type="ComponentType" />
|
||||||
<EBPFSchedules :type="ComponentType" />
|
</div>
|
||||||
</div>
|
<div class="item">
|
||||||
<div class="item">
|
<EBPFStack :type="ComponentType" />
|
||||||
<EBPFStack :type="ComponentType" />
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user