|
@@ -41,7 +41,7 @@
|
|
|
<div class="px-6 py-4 bg-gray-50 border-b border-gray-200 flex items-center gap-3 flex-wrap">
|
|
<div class="px-6 py-4 bg-gray-50 border-b border-gray-200 flex items-center gap-3 flex-wrap">
|
|
|
<span class="font-semibold text-gray-800">{{ item.job.name }}</span>
|
|
<span class="font-semibold text-gray-800">{{ item.job.name }}</span>
|
|
|
{% if item.detail %}
|
|
{% if item.detail %}
|
|
|
- <span class="font-mono text-xs text-gray-400">{{ item.detail }}</span>
|
|
|
|
|
|
|
+ <span class="font-semibold text-gray-800">: {{ item.detail }}</span>
|
|
|
{% endif %}
|
|
{% endif %}
|
|
|
<span class="text-xs bg-gray-100 text-gray-500 px-2 py-0.5 rounded-full">{{ item.job.type }}</span>
|
|
<span class="text-xs bg-gray-100 text-gray-500 px-2 py-0.5 rounded-full">{{ item.job.type }}</span>
|
|
|
<span class="text-xs bg-green-50 text-green-700 border border-green-200 px-2 py-0.5 rounded-full">
|
|
<span class="text-xs bg-green-50 text-green-700 border border-green-200 px-2 py-0.5 rounded-full">
|