From ed1cd87dfec4132f75ba8b9521ffebe97dcdddec Mon Sep 17 00:00:00 2001 From: jessikitty Date: Wed, 20 May 2026 15:23:52 +1000 Subject: [PATCH] v1.0.0: Device Edit view --- Views/Devices/Edit.cshtml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Views/Devices/Edit.cshtml diff --git a/Views/Devices/Edit.cshtml b/Views/Devices/Edit.cshtml new file mode 100644 index 0000000..7ae20f5 --- /dev/null +++ b/Views/Devices/Edit.cshtml @@ -0,0 +1,15 @@ +@model Device +@{ ViewData["Title"] = $"Edit: {Model.Name}"; } +
+
+ @Html.AntiForgeryToken() + +
+
/
+
+
+
+
Cancel
+
+
+@section Scripts { }