diff --git a/cicm_web/Areas/Admin/Views/MachinePhotos/Index.cshtml b/cicm_web/Areas/Admin/Views/MachinePhotos/Index.cshtml index 3c956514..995dbd23 100644 --- a/cicm_web/Areas/Admin/Views/MachinePhotos/Index.cshtml +++ b/cicm_web/Areas/Admin/Views/MachinePhotos/Index.cshtml @@ -16,6 +16,7 @@
| @Html.DisplayNameFor(model => model.Machine) | @@ -38,22 +39,38 @@ @foreach(MachinePhotoViewModel item in Model) {||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| + |
+ |
+ @Html.DisplayFor(modelItem => item.Machine) | -+ | @Html.DisplayFor(modelItem => item.UploadUser) | -+ | @Html.DisplayFor(modelItem => item.UploadDate) | -+ | @Html.DisplayFor(modelItem => item.Author) | -+ | @Html.DisplayFor(modelItem => item.License) | -+ |
diff --git a/cicm_web/cicm_web.csproj b/cicm_web/cicm_web.csproj
index 6b9c067f..530a09d9 100644
--- a/cicm_web/cicm_web.csproj
+++ b/cicm_web/cicm_web.csproj
@@ -2,7 +2,7 @@
|