Quick icon change.
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user