From 8c72111f42d970c8029cadbacb98f2b22897dfd7 Mon Sep 17 00:00:00 2001 From: Knabbermann Date: Sun, 24 Sep 2023 18:49:29 +0200 Subject: [PATCH] adapt favorites to new apppools logic --- IIS-Manager.Web/Pages/Index.cshtml | 101 +++++++++++++++++++++++------ 1 file changed, 82 insertions(+), 19 deletions(-) diff --git a/IIS-Manager.Web/Pages/Index.cshtml b/IIS-Manager.Web/Pages/Index.cshtml index a79dfe3..a4b7237 100644 --- a/IIS-Manager.Web/Pages/Index.cshtml +++ b/IIS-Manager.Web/Pages/Index.cshtml @@ -5,15 +5,22 @@ @{ } + +

Favorites


@@ -60,21 +67,73 @@ @if (obj.AssetType.Equals(StaticDetails.AssetTypeAppPool)) {
-
- -
-
- -
-
- -
+ + + +
} @@ -84,18 +143,21 @@
-