Quick icon change.

This commit is contained in:
Scott Idem
2025-10-15 19:04:56 -04:00
parent 9678c5620d
commit c170358681
2 changed files with 11 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "osit-aether-app-svelte",
"version": "3.9.0",
"version": "3.9.1",
"description": "One Sky IT's Aether App created with Svelte, SvelteKit, Tailwind CSS, Lucide, Font Awesome, and Skeleton UI. -Scott Idem",
"homepage": "https://oneskyit.com/",
"private": true,

View File

@@ -59,10 +59,17 @@ import { events_loc, events_sess, events_slct, events_trigger, events_trig } fro
{$events_loc.launcher?.controller ?? '-- not set --'}
({$events_loc.launcher.controller_group_code ?? '-- not set --'})
{#if $events_sess.launcher.ws_connect_status == 'connected'}
<span class="fas fa-sitemap m-1 text-green-700"></span>
<!-- <span class="fas fa-signal m-1"></span> -->
<span>
<span class="fas fa-sitemap m-1 text-green-700"></span>
<!-- <span class="fas fa-signal m-1"></span> -->
WS
</span>
{:else}
<span class="fas fa-times m-1 text-red-700"></span>
<span>
<span class="fas fa-times m-1 text-red-700"></span>
<span class="fas fa-plug"></span>
WS
</span>
{/if}
</button>