chore(core): properly handle conditional visibility of elements on dependency view (#13387)

Closes https://github.com/kestra-io/kestra/issues/13291.

Co-authored-by: Miloš Paunović <paun992@hotmail.com>
This commit is contained in:
Pratik Dey
2025-12-05 16:03:48 +05:30
committed by GitHub
parent f613eb0433
commit 069845f579

View File

@@ -1,7 +1,7 @@
<template>
<div v-if="!TESTING && isLoading" v-loading="true" class="h-100" />
<Empty v-if="!TESTING && !getElements().length" :type="`dependencies.${SUBTYPE}`" />
<el-splitter class="dependencies">
<Empty v-else-if="!TESTING && !getElements().length" :type="`dependencies.${SUBTYPE}`" />
<el-splitter v-else class="dependencies">
<el-splitter-panel id="graph" v-bind="PANEL">
<div v-loading="isRendering" ref="container" />