diff --git a/Visor/Visor/Components/Layout/FooterMenu.razor b/Visor/Visor/Components/Layout/FooterMenu.razor
index 231121f..2a57985 100644
--- a/Visor/Visor/Components/Layout/FooterMenu.razor
+++ b/Visor/Visor/Components/Layout/FooterMenu.razor
@@ -1,4 +1,4 @@
@using System.Reflection
-
+@($"{Assembly.GetExecutingAssembly().GetName().Name} v{Assembly.GetExecutingAssembly().GetName().Version}")
\ No newline at end of file
diff --git a/Visor/Visor/Components/Layout/SideMenu.razor b/Visor/Visor/Components/Layout/SideMenu.razor
index a0fde1c..cb7a259 100644
--- a/Visor/Visor/Components/Layout/SideMenu.razor
+++ b/Visor/Visor/Components/Layout/SideMenu.razor
@@ -14,17 +14,17 @@
- Dashboard
+ Дашборд
- Pages
+ Настройка
- Simple Form
+ Добавить объектSimple DataGrid
@@ -32,7 +32,7 @@
-
+ @*
@@ -46,11 +46,11 @@
-
+ *@
@code {
- private bool pagesBarVisible = true;
+ private bool pagesBarVisible = false;
RenderFragment customIcon =@;
}
\ No newline at end of file
diff --git a/Visor/Visor/Layouts/MainLayout.razor b/Visor/Visor/Layouts/MainLayout.razor
index b0e5a37..0b77f78 100644
--- a/Visor/Visor/Layouts/MainLayout.razor
+++ b/Visor/Visor/Layouts/MainLayout.razor
@@ -3,67 +3,23 @@
@inherits LayoutComponentBase
-@if ( layoutType == "fixed-header" )
-{
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+ @*
-
-
- @Body
-
-
-
-}
-else if ( layoutType == "fixed-header-footer-only" )
-{
-
-
-
-
+ *@
@Body
-
-
-
-}
-else if ( layoutType == "sider-with-header-on-top" )
-{
-
-
-
-
-
-
-
-
-
-
-
-
- @Body
-
-
-
-
-}
\ No newline at end of file
+
diff --git a/Visor/Visor/Pages/Dashboard.razor b/Visor/Visor/Pages/Dashboard.razor
index b735c21..d0cb29c 100644
--- a/Visor/Visor/Pages/Dashboard.razor
+++ b/Visor/Visor/Pages/Dashboard.razor
@@ -2,35 +2,4 @@
@inject IVersionProvider VersionProvider
Blazorise
-
- Blazorise is a component library built on top of Blazor and CSS frameworks like Bootstrap, FluentUI2, Tailwind, Bulma, Ant Design, and Material. It can be used to build responsive, single-page web applications.
-
-
-
- This is a Blazorise Starting Template allowing you to quickly get started building your project!
-
-
-
- The following Blazorise packages have been installed for you:
-
-
-
- Blazorise @($"v{VersionProvider.MilestoneVersion}")
- The Blazorise Bootstrap5 Provider
- The Blazorise FontAwesome Icon Provider
- The Blazorise DataGrid extension
-
-
-
- However Blazorise has many more extensions at your disposal.
- You can find them here.
-
-
-
- Please visit the official Blazorise Demo for component examples.
-
-
- Please visit the official Blazorise Documentation to learn more about the available components.
-
-
diff --git a/Visor/Visor/Pages/Setting/Objects/AddObjects.razor b/Visor/Visor/Pages/Setting/Objects/AddObjects.razor
new file mode 100644
index 0000000..fec46b7
--- /dev/null
+++ b/Visor/Visor/Pages/Setting/Objects/AddObjects.razor
@@ -0,0 +1,48 @@
+@page "/setting/add_objects"
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Добавить объект
+
+
+
+
+
+
+
+
+
+@code {
+ private Modal modalAdd;
+ private Modal modalDel;
+
+ private Task ShowAddObjetc()
+ {
+ return modalAdd.Show();
+ }
+ private Task ShowDelObjetc()
+ {
+ return modalDel.Show();
+ }
+
+ private Task HideModal()
+ {
+ return modalAdd.Hide();
+ }
+}
\ No newline at end of file
diff --git a/Visor/Visor/Pages/_Layout.cshtml b/Visor/Visor/Pages/_Layout.cshtml
index 3aeec43..036715d 100644
--- a/Visor/Visor/Pages/_Layout.cshtml
+++ b/Visor/Visor/Pages/_Layout.cshtml
@@ -24,18 +24,7 @@
@RenderBody()
-
-
-
- An error has occurred. This application may no longer respond until reloaded.
-
-
- An unhandled exception has occurred. See browser dev tools for details.
-
- Reload
- 🗙
-