forked from core/php-mcp
feat: add EaaS shield-check icon to server listings
Co-Authored-By: Virgil <virgil@lethean.io> Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
92e2097022
commit
1bb0cc9e4f
3 changed files with 9 additions and 0 deletions
|
|
@ -38,6 +38,9 @@
|
|||
@case('analyticshost')
|
||||
<flux:icon.chart-bar class="w-6 h-6 text-cyan-600 dark:text-cyan-400" />
|
||||
@break
|
||||
@case('eaas')
|
||||
<flux:icon.shield-check class="w-6 h-6 text-cyan-600 dark:text-cyan-400" />
|
||||
@break
|
||||
@default
|
||||
<flux:icon.server class="w-6 h-6 text-cyan-600 dark:text-cyan-400" />
|
||||
@endswitch
|
||||
|
|
|
|||
|
|
@ -99,6 +99,9 @@
|
|||
@case('analyticshost')
|
||||
<flux:icon.chart-bar class="w-6 h-6 text-cyan-600 dark:text-cyan-400" />
|
||||
@break
|
||||
@case('eaas')
|
||||
<flux:icon.shield-check class="w-6 h-6 text-cyan-600 dark:text-cyan-400" />
|
||||
@break
|
||||
@default
|
||||
<flux:icon.server class="w-6 h-6 text-cyan-600 dark:text-cyan-400" />
|
||||
@endswitch
|
||||
|
|
|
|||
|
|
@ -35,6 +35,9 @@
|
|||
@case('analyticshost')
|
||||
<flux:icon.chart-bar class="w-8 h-8 text-cyan-600 dark:text-cyan-400" />
|
||||
@break
|
||||
@case('eaas')
|
||||
<flux:icon.shield-check class="w-8 h-8 text-cyan-600 dark:text-cyan-400" />
|
||||
@break
|
||||
@case('upstream')
|
||||
<flux:icon.arrows-up-down class="w-8 h-8 text-cyan-600 dark:text-cyan-400" />
|
||||
@break
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue