diff --git a/frontend/src/lib/components/DeviceCard.svelte b/frontend/src/lib/components/DeviceCard.svelte index 296a59d7..c6071d65 100644 --- a/frontend/src/lib/components/DeviceCard.svelte +++ b/frontend/src/lib/components/DeviceCard.svelte @@ -236,7 +236,7 @@
{$LL.device.modal_confirm_shutdown_desc({ device: device.name })}
{$LL.device.shutdown_examples()}
{$LL.device.shutdown_examples_windows()}
+ {$LL.device.shutdown_examples_windows()}
net rpc shutdown -I 192.168.1.13 -U "user%password"
{$LL.device.shutdown_examples_linux()}
+ {$LL.device.shutdown_examples_linux()}
sshpass -p password ssh -o "StrictHostKeyChecking=no" user@192.168.1.13 "sudo poweroff"
+
{$LL.device.shutdown_cron_desc()}