This commit is contained in:
xds
2026-02-06 09:20:26 +03:00
parent 9ec6f7a323
commit c450676599
2 changed files with 2 additions and 0 deletions

View File

@@ -658,6 +658,7 @@ onMounted(() => {
<span class="capitalize"
:class="gen.status === 'done' ? 'text-green-500' : 'text-amber-500'">{{
gen.status }}</span>
<i class="pi pi-exclamation-circle text-red-500" v-if="gen.failed_reason" v-tooltip.right="gen.failed_reason " ></i>
</div>
<div v-if="gen.execution_time_seconds || gen.token_usage"
class="flex flex-wrap gap-2 text-[9px] text-slate-500 font-mono mt-1 opacity-70">