items)
;
}
}
-}
\ No newline at end of file
+}
diff --git a/eShopOnWeb/eShop.MVC/Views/Catalog/CatalogTable.cshtml b/eShopOnWeb/eShop.MVC/Views/Catalog/CatalogTable.cshtml
index 622ab4e..95af280 100644
--- a/eShopOnWeb/eShop.MVC/Views/Catalog/CatalogTable.cshtml
+++ b/eShopOnWeb/eShop.MVC/Views/Catalog/CatalogTable.cshtml
@@ -26,12 +26,6 @@
|
@Html.DisplayNameFor(model => model.AvailableStock)
|
-
- @Html.DisplayNameFor(model => model.RestockThreshold)
- |
-
- @Html.DisplayNameFor(model => model.MaxStockThreshold)
- |
|
@@ -63,12 +57,6 @@
@Html.DisplayFor(modelItem => item.AvailableStock)
|
-
- @Html.DisplayFor(modelItem => item.RestockThreshold)
- |
-
- @Html.DisplayFor(modelItem => item.MaxStockThreshold)
- |
@Html.ActionLink("Edit", "Edit", new { id = item.Id }, new { @class = "esh-table-link" }) |
@Html.ActionLink("Details", "Details", new { id = item.Id }, new { @class = "esh-table-link" }) |
@@ -78,4 +66,4 @@
}
-
\ No newline at end of file
+
diff --git a/eShopOnWeb/eShop.MVC/Views/Catalog/Create.cshtml b/eShopOnWeb/eShop.MVC/Views/Catalog/Create.cshtml
index acef5b7..6368d75 100644
--- a/eShopOnWeb/eShop.MVC/Views/Catalog/Create.cshtml
+++ b/eShopOnWeb/eShop.MVC/Views/Catalog/Create.cshtml
@@ -69,20 +69,6 @@
-
-
-
-
-
-
-
-
|