From 522f5916b19bf7859e8ec1bfb5fbf7ec751401a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxi=20Quo=C3=9F?= Date: Fri, 28 Jul 2023 21:27:03 +0200 Subject: [PATCH] add spacing between sections --- frontend/src/routes/device/[id]/+page.svelte | 52 ++++++++++++++------ 1 file changed, 36 insertions(+), 16 deletions(-) diff --git a/frontend/src/routes/device/[id]/+page.svelte b/frontend/src/routes/device/[id]/+page.svelte index 3dbdc036..dec41e32 100644 --- a/frontend/src/routes/device/[id]/+page.svelte +++ b/frontend/src/routes/device/[id]/+page.svelte @@ -124,9 +124,9 @@ {:else}

{device.name}

-
-
-
+ +
+

General

@@ -194,7 +194,11 @@ />
-

Ports

+
+
+
+
+

Ports

UpSnap can also check if given ports are open. You can define them below.

@@ -218,7 +222,11 @@ type="button">Add new port
-

Link

+
+
+
+
+

Link

Makes your device name a clickable link, perfect for linking a dashboard for example.

@@ -230,7 +238,11 @@ bind:value={deviceClone.link} />
-

Wake

+
+
+
+
+

Wake

You can power this device using a scheduled cron job. If you are not familiar with cron, you can read about it

-

Shutdown

+ + +
+
+

Shutdown

This shell command will run inside your container (if you use docker) or on your host (if you use the binary). To verify that works you can run the command inside @@ -319,7 +335,7 @@

-

Password

+ + +
+
+

Password

Some network cards have the option to set a password for magic packets, also called SecureON {/if} -

- * required field - -
- +
- +
+ * required field + +
+ {/if}