diff --git a/src/Elektrifikatsiya/Elektrifikatsiya/DeviceManagement.sqlite b/src/Elektrifikatsiya/Elektrifikatsiya/DeviceManagement.sqlite index 81dae89..b7a73e2 100644 Binary files a/src/Elektrifikatsiya/Elektrifikatsiya/DeviceManagement.sqlite and b/src/Elektrifikatsiya/Elektrifikatsiya/DeviceManagement.sqlite differ diff --git a/src/Elektrifikatsiya/Elektrifikatsiya/DeviceManagement.sqlite-shm b/src/Elektrifikatsiya/Elektrifikatsiya/DeviceManagement.sqlite-shm index 69987d0..fe9ac28 100644 Binary files a/src/Elektrifikatsiya/Elektrifikatsiya/DeviceManagement.sqlite-shm and b/src/Elektrifikatsiya/Elektrifikatsiya/DeviceManagement.sqlite-shm differ diff --git a/src/Elektrifikatsiya/Elektrifikatsiya/DeviceManagement.sqlite-wal b/src/Elektrifikatsiya/Elektrifikatsiya/DeviceManagement.sqlite-wal index f6e298c..e69de29 100644 Binary files a/src/Elektrifikatsiya/Elektrifikatsiya/DeviceManagement.sqlite-wal and b/src/Elektrifikatsiya/Elektrifikatsiya/DeviceManagement.sqlite-wal differ diff --git a/src/Elektrifikatsiya/Elektrifikatsiya/Pages/Settings.razor b/src/Elektrifikatsiya/Elektrifikatsiya/Pages/Settings.razor index fa1eff0..b58022e 100644 --- a/src/Elektrifikatsiya/Elektrifikatsiya/Pages/Settings.razor +++ b/src/Elektrifikatsiya/Elektrifikatsiya/Pages/Settings.razor @@ -2,124 +2,134 @@ @using Blazorise.Components; @using Elektrifikatsiya.Models; @using System.Net - - - - - Plugs - - - - - - - +
+ +
+ + + + Plugs + + + + + + + + + + + @context.Item.Name + + + + + User: @context.Item.User +
+ Room: @context.Item.Room +
+
+
+ + + + +
+
- - @context.Item.Name - + + + - - - User: @context.Item.User -
- Room: @context.Item.Room -
-
-
- - - - - - - - - - - - - - -
- Plug Name -
- - Here you can change the Name of your Plug - -
- -
-
-
- - -
- Change Max Output -
- - Here you can limit how much Power your Plug uses - -
- -
-
-
- - -
- Electricity Price -
- - Here you enter your electricity price. This is gonna calculate the overall Price of your System - -
- -
-
-
- - -
- Select Room -
- - Here you select or change the Room where you use your Plug. - -
+ + + + + +
+ + + +
+ Plug Name +
+ + Here you can change the Name of your Plug + +
+ +

- - Rooms - - Room 1 - - Room 2 - - Room 3 - - - +
+ + +
+ Change Max Output +
+ + Here you can limit how much Power your Plug uses + +
+ +
+
+
+ + +
+ Electricity Price +
+ + Here you enter your electricity price. This is gonna calculate the overall Price of your System + +
+ +
+
+
+ + +
+ Select Room +
+ + Here you select or change the Room where you use your Plug. + +
+
+ + Rooms + + Room 1 + + Room 2 + + Room 3 + + +
+
+
+
-
@code {