Add notes

This commit is contained in:
Fred Boniface 2023-07-29 21:36:59 +01:00
parent c186858c56
commit 11adffcd60
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
<script lang="ts"> <script lang="ts">
export let status: string export let status: string
// Bind a variable containing a service status message ( OK, Unavailable, Unknown )
console.log(status) console.log(status)
// Create a map which maps the status to a color // Create a map which maps the status to a color
</script> </script>