+{/key}
diff --git a/frontend/src/routes/+layout.svelte b/frontend/src/routes/+layout.svelte
index e4bfb231..ac89d84b 100644
--- a/frontend/src/routes/+layout.svelte
+++ b/frontend/src/routes/+layout.svelte
@@ -6,6 +6,7 @@
import { pocketbase, backendUrl, devices } from '$lib/stores/pocketbase';
import { settingsPub } from '$lib/stores/settings';
import Navbar from '$lib/components/Navbar.svelte';
+ import Transition from '$lib/components/Transition.svelte';
import type { Device } from '$lib/types/device';
onMount(async () => {
@@ -68,6 +69,8 @@
{/if}
-
-
-
+
+
+
+
+
diff --git a/frontend/src/routes/device/[id]/+page.svelte b/frontend/src/routes/device/[id]/+page.svelte
index 208afa5f..3dbdc036 100644
--- a/frontend/src/routes/device/[id]/+page.svelte
+++ b/frontend/src/routes/device/[id]/+page.svelte
@@ -280,15 +280,15 @@
linux or
curl in general to make web requests.
-
Example:
-
+
Examples:
+
Shutdown remote windows machine:
net rpc shutdown -I 192.168.1.13 -U "user%password"