Spaces:
Running
Running
restored failed state
Browse files- frontend/vehicles.html +9 -10
frontend/vehicles.html
CHANGED
|
@@ -528,10 +528,10 @@
|
|
| 528 |
<!-- Toast Container -->
|
| 529 |
<div id="toast-container"></div>
|
| 530 |
|
| 531 |
-
<main class="flex-1 flex flex-col
|
| 532 |
|
| 533 |
<!-- TAB: About -->
|
| 534 |
-
<div id="tab-about" class="hidden flex-1 min-h-0 overflow-y-auto">
|
| 535 |
<div class="bg-black border border-slate-800 rounded-xl p-12 shadow-2xl space-y-8 min-h-full flex flex-col justify-center">
|
| 536 |
<div class="text-center">
|
| 537 |
<p class="text-sm italic font-bold leading-relaxed max-w-3xl mx-auto" style="color:#c89a6c;font-family:'Montserrat',sans-serif">
|
|
@@ -672,7 +672,8 @@
|
|
| 672 |
</div>
|
| 673 |
|
| 674 |
<!-- TAB: Overview -->
|
| 675 |
-
<div id="tab-overview" class="hidden
|
|
|
|
| 676 |
|
| 677 |
<!-- Empty State Overlay -->
|
| 678 |
<div id="stats-empty-state" class="stats-empty-overlay">
|
|
@@ -760,14 +761,12 @@
|
|
| 760 |
<div class="flex-1 w-full relative min-h-[220px]">
|
| 761 |
<canvas id="flowChart"></canvas>
|
| 762 |
</div>
|
|
|
|
| 763 |
</div>
|
| 764 |
-
|
| 765 |
-
</div>
|
| 766 |
-
|
| 767 |
</div>
|
| 768 |
|
| 769 |
<!-- TAB: Run -->
|
| 770 |
-
<div id="tab-run-details" class="hidden flex-1 min-h-0 overflow-y-auto">
|
| 771 |
<div class="space-y-6 w-full max-w-[1400px]">
|
| 772 |
|
| 773 |
<!-- HERO: Process Analytics -->
|
|
@@ -859,7 +858,7 @@
|
|
| 859 |
|
| 860 |
|
| 861 |
<!-- TAB: Reports -->
|
| 862 |
-
<div id="tab-reports" class="hidden flex-1 min-h-0 overflow-y-auto">
|
| 863 |
<div id="reports-pending-message" class="mb-4 text-center p-4 border border-[#222] bg-[#0a0a0a] rounded-xl flex items-center justify-center gap-3 shadow-sm">
|
| 864 |
<i id="reports-pending-icon" class="fa-solid fa-layer-group text-[#c89a6c]"></i>
|
| 865 |
<span id="reports-pending-text" class="text-xs text-[#a89f97] font-medium tracking-wide uppercase">Trigger process from settings. Artifacts will be available here once processing completes.</span>
|
|
@@ -933,7 +932,7 @@
|
|
| 933 |
</div>
|
| 934 |
|
| 935 |
<!-- TAB: Settings -->
|
| 936 |
-
<div id="tab-settings" class="hidden flex-1 min-h-0 overflow-y-auto">
|
| 937 |
<div class="grid grid-cols-2 gap-6 w-full">
|
| 938 |
<!-- Processing Parameters -->
|
| 939 |
<div class="col-span-1 bg-white rounded-xl border border-slate-200 shadow-sm overflow-hidden">
|
|
@@ -1144,7 +1143,7 @@
|
|
| 1144 |
</div>
|
| 1145 |
|
| 1146 |
<!-- TAB: Feedback -->
|
| 1147 |
-
<div id="tab-feedback" class="hidden flex-1 min-h-0 overflow-y-auto">
|
| 1148 |
<!-- Full Header Area -->
|
| 1149 |
<div class="max-w-6xl mx-auto space-y-6">
|
| 1150 |
<div class="text-center space-y-3 mb-6">
|
|
|
|
| 528 |
<!-- Toast Container -->
|
| 529 |
<div id="toast-container"></div>
|
| 530 |
|
| 531 |
+
<main class="flex-1 flex flex-col min-h-0 p-4 gap-4 overflow-hidden relative">
|
| 532 |
|
| 533 |
<!-- TAB: About -->
|
| 534 |
+
<div id="tab-about" class="hidden flex-1 min-h-0 overflow-y-auto max-h-full">
|
| 535 |
<div class="bg-black border border-slate-800 rounded-xl p-12 shadow-2xl space-y-8 min-h-full flex flex-col justify-center">
|
| 536 |
<div class="text-center">
|
| 537 |
<p class="text-sm italic font-bold leading-relaxed max-w-3xl mx-auto" style="color:#c89a6c;font-family:'Montserrat',sans-serif">
|
|
|
|
| 672 |
</div>
|
| 673 |
|
| 674 |
<!-- TAB: Overview -->
|
| 675 |
+
<div id="tab-overview" class="hidden flex-1 min-h-0 overflow-y-auto max-h-full">
|
| 676 |
+
<div class="grid grid-cols-12 gap-4 w-full" style="position:relative">
|
| 677 |
|
| 678 |
<!-- Empty State Overlay -->
|
| 679 |
<div id="stats-empty-state" class="stats-empty-overlay">
|
|
|
|
| 761 |
<div class="flex-1 w-full relative min-h-[220px]">
|
| 762 |
<canvas id="flowChart"></canvas>
|
| 763 |
</div>
|
| 764 |
+
</div>
|
| 765 |
</div>
|
|
|
|
|
|
|
|
|
|
| 766 |
</div>
|
| 767 |
|
| 768 |
<!-- TAB: Run -->
|
| 769 |
+
<div id="tab-run-details" class="hidden flex-1 min-h-0 overflow-y-auto max-h-full">
|
| 770 |
<div class="space-y-6 w-full max-w-[1400px]">
|
| 771 |
|
| 772 |
<!-- HERO: Process Analytics -->
|
|
|
|
| 858 |
|
| 859 |
|
| 860 |
<!-- TAB: Reports -->
|
| 861 |
+
<div id="tab-reports" class="hidden flex-1 min-h-0 overflow-y-auto max-h-full">
|
| 862 |
<div id="reports-pending-message" class="mb-4 text-center p-4 border border-[#222] bg-[#0a0a0a] rounded-xl flex items-center justify-center gap-3 shadow-sm">
|
| 863 |
<i id="reports-pending-icon" class="fa-solid fa-layer-group text-[#c89a6c]"></i>
|
| 864 |
<span id="reports-pending-text" class="text-xs text-[#a89f97] font-medium tracking-wide uppercase">Trigger process from settings. Artifacts will be available here once processing completes.</span>
|
|
|
|
| 932 |
</div>
|
| 933 |
|
| 934 |
<!-- TAB: Settings -->
|
| 935 |
+
<div id="tab-settings" class="hidden flex-1 min-h-0 overflow-y-auto max-h-full">
|
| 936 |
<div class="grid grid-cols-2 gap-6 w-full">
|
| 937 |
<!-- Processing Parameters -->
|
| 938 |
<div class="col-span-1 bg-white rounded-xl border border-slate-200 shadow-sm overflow-hidden">
|
|
|
|
| 1143 |
</div>
|
| 1144 |
|
| 1145 |
<!-- TAB: Feedback -->
|
| 1146 |
+
<div id="tab-feedback" class="hidden flex-1 min-h-0 overflow-y-auto max-h-full">
|
| 1147 |
<!-- Full Header Area -->
|
| 1148 |
<div class="max-w-6xl mx-auto space-y-6">
|
| 1149 |
<div class="text-center space-y-3 mb-6">
|