Skip to content

Commit

Permalink
www: add tools to public
Browse files Browse the repository at this point in the history
  • Loading branch information
zegl committed Nov 6, 2023
1 parent 32d0262 commit ee83f6f
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions www/src/lib/public/Index.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,19 @@
href="https://github.com/volundsgatan/VLG">Source Code</a
>
</div>

{#if canAccessApp}
<div class="flex flex-col space-y-2">
<h2 class="text-xl text-gray-800">Tools</h2>
<a
class="px-2 py-1 bg-green-200 hover:bg-green-300 rounded-md"
href="https://grafana.unicorn-alligator.ts.net">Grafana</a
>
<a
class="px-2 py-1 bg-green-200 hover:bg-green-300 rounded-md"
href="https://zigbee2mqtt.unicorn-alligator.ts.net/#/">Z2M</a
>
</div>
{/if}
</div>
</div>

0 comments on commit ee83f6f

Please sign in to comment.