fxsdf
This commit is contained in:
@@ -653,12 +653,12 @@ onMounted(() => {
|
||||
{{ gen.tech_prompt }}
|
||||
</p>
|
||||
|
||||
<div class="flex gap-2 items-center text-[10px] text-slate-500 mt-1">
|
||||
<div class="flex gap-2 items-center text-[14px] text-slate-500 mt-1">
|
||||
<span>{{ new Date(gen.created_at).toLocaleDateString() }}</span>
|
||||
<span class="capitalize"
|
||||
:class="gen.status === 'done' ? 'text-green-500' : 'text-amber-500'">{{
|
||||
gen.status }}</span>
|
||||
<i v-if="gen.failed_reason" v-tooltip.right="gen.failed_reason" class="pi pi-exclamation-circle text-red-500" style="font-size: 10px;" />
|
||||
<i v-if="gen.failed_reason" v-tooltip.right="gen.failed_reason" class="pi pi-exclamation-circle text-red-500" style="font-size: 14px;" />
|
||||
</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">
|
||||
|
||||
Reference in New Issue
Block a user