[PROMOTE] 晉升 dev 至 demo 環境

1. [FIX] 修正機台告警設定列表中,當公司告警類型尚未設定時,機台列表誤顯示「繼承公司設定」徽章之問題。
This commit is contained in:
sky121113 2026-05-21 16:51:42 +08:00
commit 3db5a7aeec

View File

@ -344,7 +344,7 @@
</td>
<td class="px-6 py-6">
<div class="space-y-1.5">
@if($isTypeInherited)
@if($isTypeInherited && !empty($effectiveNotifyTypes))
<span class="px-2 py-0.5 rounded text-[10px] font-black uppercase tracking-widest bg-slate-100 dark:bg-slate-800 text-slate-500 border border-slate-200 dark:border-slate-700 inline-block">{{ __('Inherit Company') }}</span>
@endif
<div class="flex flex-wrap gap-1.5">
@ -473,7 +473,7 @@
</div>
<div class="col-span-2">
<p class="text-[10px] font-black text-slate-400 dark:text-slate-500 uppercase tracking-widest mb-1">{{ __('Configured Alert Types') }}</p>
@if($isTypeInherited)
@if($isTypeInherited && !empty($effectiveNotifyTypes))
<span class="px-2 py-0.5 rounded text-[10px] font-black uppercase tracking-widest bg-slate-100 dark:bg-slate-800 text-slate-500 border border-slate-200 dark:border-slate-700 inline-block mb-1">{{ __('Inherit Company') }}</span>
@endif
<div class="flex flex-wrap gap-1.5">