diff --git a/Bank/BankClientApp/Views/Home/OperationUpdate.cshtml b/Bank/BankClientApp/Views/Home/OperationUpdate.cshtml
index bdcd950..efdee9d 100644
--- a/Bank/BankClientApp/Views/Home/OperationUpdate.cshtml
+++ b/Bank/BankClientApp/Views/Home/OperationUpdate.cshtml
@@ -1,5 +1,4 @@
-//todo выводить список только для выбранного клиента
-
+
@{
ViewData["Title"] = "OperationDelete";
}
@@ -10,11 +9,29 @@
+
+
+
\ No newline at end of file
diff --git a/Bank/BankClientApp/Views/Home/Report.cshtml b/Bank/BankClientApp/Views/Home/Report.cshtml
index 8cc7a5e..5e82fe7 100644
--- a/Bank/BankClientApp/Views/Home/Report.cshtml
+++ b/Bank/BankClientApp/Views/Home/Report.cshtml
@@ -6,11 +6,11 @@
@{
- if (Model == null)
- {
-
Авторизуйтесь!
- return;
- }
+ // if (Model == null)
+ // {
+ //
Авторизуйтесь!
+ // return;
+ // }
Начальная дата:
diff --git a/Bank/BankClientApp/Views/Home/Requests.cshtml b/Bank/BankClientApp/Views/Home/Request.cshtml
similarity index 86%
rename from Bank/BankClientApp/Views/Home/Requests.cshtml
rename to Bank/BankClientApp/Views/Home/Request.cshtml
index 6737a74..3911140 100644
--- a/Bank/BankClientApp/Views/Home/Requests.cshtml
+++ b/Bank/BankClientApp/Views/Home/Request.cshtml
@@ -1,7 +1,7 @@
@using BankContracts.ViewModels
@model List
@{
- ViewData["Title"] = "Requests";
+ ViewData["Title"] = "Request";
}
Запросы
@@ -14,7 +14,9 @@
return;
}
- Создать запрос
+ Создать запрос
+ Обновить запрос
+ Удалить запрос
diff --git a/Bank/BankClientApp/Views/Home/RequestDelete.cshtml b/Bank/BankClientApp/Views/Home/RequestDelete.cshtml
index 3d913a2..611cb70 100644
--- a/Bank/BankClientApp/Views/Home/RequestDelete.cshtml
+++ b/Bank/BankClientApp/Views/Home/RequestDelete.cshtml
@@ -1,6 +1,4 @@
-//todo выводить список только для выбранного клиента
-
-@{
+@{
ViewData["Title"] = "RequestDelete";
}
diff --git a/Bank/BankClientApp/Views/Home/RequestUpdate.cshtml b/Bank/BankClientApp/Views/Home/RequestUpdate.cshtml
index f9abe26..30c29bd 100644
--- a/Bank/BankClientApp/Views/Home/RequestUpdate.cshtml
+++ b/Bank/BankClientApp/Views/Home/RequestUpdate.cshtml
@@ -1,14 +1,14 @@
@{
- ViewData["Title"] = "CardCreate";
+ ViewData["Title"] = "RequestUpdate";
}
-
Создание карты
+ Обновление заявки
\ No newline at end of file
diff --git a/Bank/BankClientApp/Views/Shared/_Layout.cshtml b/Bank/BankClientApp/Views/Shared/_Layout.cshtml
index 2350571..de279a6 100644
--- a/Bank/BankClientApp/Views/Shared/_Layout.cshtml
+++ b/Bank/BankClientApp/Views/Shared/_Layout.cshtml
@@ -21,16 +21,28 @@