diff --git a/DeepDrftManager/Components/Layout/CmsLayout.razor b/DeepDrftManager/Components/Layout/CmsLayout.razor index 35d0af7..3378a97 100644 --- a/DeepDrftManager/Components/Layout/CmsLayout.razor +++ b/DeepDrftManager/Components/Layout/CmsLayout.razor @@ -1,5 +1,6 @@ @inherits LayoutComponentBase @using DeepDrftShared.Client.Common +@using AuthBlocksWeb.Components.Layout @@ -8,6 +9,10 @@ + Deep Drft — Admin @@ -18,6 +23,19 @@ Color="Color.Inherit" /> + + + Catalogue + Releases + Upload + + + + Provision User + + + + @Body @@ -25,6 +43,12 @@ +@code { + private bool _drawerOpen = true; + + private void ToggleDrawer() => _drawerOpen = !_drawerOpen; +} +
An unhandled error has occurred. Reload