From e8878df82ee2b1cc1ce0fbfcadd1f127bb182a73 Mon Sep 17 00:00:00 2001 From: "zaccaria.majid" Date: Thu, 18 May 2023 16:39:38 +0200 Subject: [PATCH] fix componenti fissi doorList --- .../Components/DoorMan/DoorList.razor | 18 +++++++++++------- .../images/icons/angles-right-solid.svg | 1 + .../wwwroot/images/icons/clipboard-regular.svg | 1 + 3 files changed, 13 insertions(+), 7 deletions(-) create mode 100644 WebDoorCreator.UI/wwwroot/images/icons/angles-right-solid.svg create mode 100644 WebDoorCreator.UI/wwwroot/images/icons/clipboard-regular.svg diff --git a/WebDoorCreator.UI/Components/DoorMan/DoorList.razor b/WebDoorCreator.UI/Components/DoorMan/DoorList.razor index 8bfc991..2487556 100644 --- a/WebDoorCreator.UI/Components/DoorMan/DoorList.razor +++ b/WebDoorCreator.UI/Components/DoorMan/DoorList.razor @@ -2,15 +2,19 @@ { @if (orderStatus == 10) { -
-
- +
+
+ @**@ + +
-
- +
+ @**@ +
-
- +
+ @**@ +
} diff --git a/WebDoorCreator.UI/wwwroot/images/icons/angles-right-solid.svg b/WebDoorCreator.UI/wwwroot/images/icons/angles-right-solid.svg new file mode 100644 index 0000000..f80d410 --- /dev/null +++ b/WebDoorCreator.UI/wwwroot/images/icons/angles-right-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/WebDoorCreator.UI/wwwroot/images/icons/clipboard-regular.svg b/WebDoorCreator.UI/wwwroot/images/icons/clipboard-regular.svg new file mode 100644 index 0000000..8fc501f --- /dev/null +++ b/WebDoorCreator.UI/wwwroot/images/icons/clipboard-regular.svg @@ -0,0 +1 @@ + \ No newline at end of file