diff --git a/Views/Devices/Create.cshtml b/Views/Devices/Create.cshtml new file mode 100644 index 0000000..93a344a --- /dev/null +++ b/Views/Devices/Create.cshtml @@ -0,0 +1,24 @@ +@model Device +@{ ViewData["Title"] = "New Kitten"; } +
+
+
+
+ @Html.AntiForgeryToken() +
+
/
Lowercase, no spaces. Auto-generated from name if left empty.
+
+
+
+
Cancel
+
+
+
+
+@section Scripts { + +}