mirror of
https://github.com/kestra-io/kestra.git
synced 2025-12-19 18:05:41 -05:00
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:
@@ -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" />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user