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,6 +38,7 @@ limitations under the License. -->
|
|||||||
{{ t("analysis") }}
|
{{ t("analysis") }}
|
||||||
</el-button>
|
</el-button>
|
||||||
</div>
|
</div>
|
||||||
|
<div v-if="continousProfilingStore.selectedTask.type">
|
||||||
<div
|
<div
|
||||||
class="vis-graph-topology ml-5"
|
class="vis-graph-topology ml-5"
|
||||||
v-loading="networkProfilingStore.loadNodes"
|
v-loading="networkProfilingStore.loadNodes"
|
||||||
@ -57,6 +58,7 @@ limitations under the License. -->
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
</template>
|
</template>
|
||||||
<script lang="ts" setup>
|
<script lang="ts" setup>
|
||||||
import { ref, watch } from "vue";
|
import { ref, watch } from "vue";
|
||||||
|
Loading…
Reference in New Issue
Block a user