diff --git a/src/components/scanstations/CopyScanStationTokenModal.svelte b/src/components/scanstations/CopyScanStationTokenModal.svelte index f453b4eb..69b8b78f 100644 --- a/src/components/scanstations/CopyScanStationTokenModal.svelte +++ b/src/components/scanstations/CopyScanStationTokenModal.svelte @@ -1,199 +1,199 @@ {#if copy_modal_open} - {#if valueCopy != null} - - {/if} -
- {$_(
- "the-scanstations-api-token-will-only-get-displayed-once-you-wont-be-able-to-change-or-view-it-again"
- )}
-
- {$_("please-copy-the-token-and-store-it-somewhere-save")}
-
- {$_("click-to-copy-token-to-clipboard")} -
-Format:
- - - - -
+ {$_(
+ "the-scanstations-api-token-will-only-get-displayed-once-you-wont-be-able-to-change-or-view-it-again"
+ )}
+
+ {$_("please-copy-the-token-and-store-it-somewhere-save")}
+
+ {$_("click-to-copy-token-to-clipboard")} +
+Format:
+ + + + +{$_("scanstations-are-being-loaded")}
+{$_("this-might-take-a-moment")}
++ {$_("track")} + | ++ {$_("description")} + | ++ {$_("status")} + | ++ {$_("action")} + | +|
---|---|---|---|---|
+
+
+
+ |
+
+
+
+
+
+
+ {s.description}
+
+ |
+
+
+ {#if s.enabled}
+ {$_("active")}
+ {:else}
+ {$_("inactive")}
+ {/if}
+
+ |
+ {#if active_deletes[s.id] === true}
+ + + + | + {:else} ++ {$_("details")} + {#if store.state.jwtinfo.userdetails.permissions.includes("STATION:DELETE")} + + {/if} + | + {/if} +
{$_("scanstations-are-being-loaded")}
-{$_("this-might-take-a-moment")}
-- {$_("track")} - | -- {$_("description")} - | -- {$_("status")} - | -- {$_("action")} - | -|
---|---|---|---|---|
-
-
-
- |
-
-
-
-
-
-
- {s.description}
-
- |
-
-
- {#if s.enabled}
- {$_("active")}
- {:else}
- {$_("inactive")}
- {/if}
-
- |
- {#if active_deletes[s.id] === true}
- - - - | - {:else} -- {$_("details")} - {#if store.state.jwtinfo.userdetails.permissions.includes("STATION:DELETE")} - - {/if} - | - {/if} -