update exec view
This commit is contained in:
@@ -116,11 +116,11 @@
|
||||
<div v-else-if="loadingStore.exectuion_loading && loadingStore.getExecIdLoading===execution_id">
|
||||
<div class="flex justify-center mt-4">
|
||||
<jellyfish-loader :loading="loadingStore.exectuion_loading" scale="1" color="#A100FF" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div v-else>
|
||||
<div v-if="fileType == 'FILE'">
|
||||
<ul>
|
||||
<div v-if="fileType == 'FILE' && exec_scenario.execSharedMap.status!=null && exec_scenario.execSharedMap.status==='DONE'">
|
||||
<ul class="file-list">
|
||||
<li class="file-item">
|
||||
sf_document-{{execution_id}}
|
||||
<Button
|
||||
@@ -131,6 +131,7 @@
|
||||
/>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
<div v-else-if="fileType == 'MARKDOWN'">
|
||||
<div v-html="fileContent" class="markdown-content"></div>
|
||||
|
||||
Reference in New Issue
Block a user