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 { }