[FEAT] 隱藏機台列表的刷卡機/掃碼機顯示與日誌中的設備狀態紀錄分頁
This commit is contained in:
parent
239ab7fafd
commit
0e2f2d8ed4
@ -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>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user