[RELEASE] Promote demo to main (2026-05-15) - UI Cleanup and Admin Fix

This commit is contained in:
sky121113 2026-05-15 15:32:31 +08:00
commit c15f28eaa7

View File

@ -338,7 +338,7 @@
{{ __('Temperature') }}</th>
<th
class="px-6 py-4 text-xs font-bold text-slate-500 dark:text-slate-400 uppercase tracking-[0.15em] border-b border-slate-100 dark:border-slate-800 text-center">
{{ __('Sub / Card / Scan') }}</th>
{{ __('Sub-machine Status') }}</th>
<th
class="px-6 py-4 text-xs font-bold text-slate-500 dark:text-slate-400 uppercase tracking-[0.15em] border-b border-slate-100 dark:border-slate-800 text-center">
{{ __('APP Version') }}</th>
@ -452,7 +452,7 @@
@php
$hStatus = $machine->hardware_status;
@endphp
<div class="flex items-center justify-center gap-4">
<div class="flex items-center justify-center">
{{-- 下位機 --}}
<div class="flex items-center gap-1.5 tooltip" title="{{ __('Sub-machine Status') }}">
<span class="w-1.5 h-1.5 rounded-full {{
@ -469,18 +469,6 @@
@endif
</span>
</div>
{{-- 刷卡機 --}}
<div class="flex items-center gap-1.5 opacity-50">
<span class="w-1.5 h-1.5 rounded-full bg-emerald-500/50"></span>
<span class="text-xs font-black text-slate-400 uppercase tracking-widest">{{
__('Normal') }}</span>
</div>
{{-- 掃碼機 --}}
<div class="flex items-center gap-1.5 opacity-50">
<span class="w-1.5 h-1.5 rounded-full bg-emerald-500/50"></span>
<span class="text-xs font-black text-slate-400 uppercase tracking-widest">{{
__('Normal') }}</span>
</div>
</div>
</td>
<td
@ -802,11 +790,7 @@
class="whitespace-nowrap py-4 px-1 border-b-2 font-bold text-[13px] sm:text-sm transition duration-300">
{{ __('Sub-machine Status Request') }}
</button>
<button @click="activeTab = 'device'"
:class="{'border-cyan-500 text-cyan-600 dark:text-cyan-400': activeTab === 'device', 'border-transparent text-slate-500 hover:text-slate-700 hover:border-slate-300 dark:hover:text-slate-300': activeTab !== 'device'}"
class="whitespace-nowrap py-4 px-1 border-b-2 font-bold text-[13px] sm:text-sm transition duration-300">
{{ __('Device Status Logs') }}
</button>
</nav>
</div>