Adding data table page to navigation UI

This commit is contained in:
Jonathan
2025-04-27 22:13:04 -04:00
parent d320476084
commit 8f203b2ba1
3 changed files with 11 additions and 10 deletions
+1 -6
View File
@@ -1,12 +1,7 @@
@using IGP.Pages.DataTables
@inject IVariableService VariableService
@inject IVariableService VariableService
@inject IStorageService StorageService
@inject IPermissionService PermissionService
<DevOnlyComponent>
<DataTablesPage/>
</DevOnlyComponent>
<Router AppAssembly="@typeof(App).Assembly">
<Found Context="routeData">
@if (isLoaded)
+8
View File
@@ -48,6 +48,14 @@
<MudIcon Icon="fa-solid fa-clipboard-list" Class="mr-2"/>
Database
</MudButton>
<MudButton Href="/data-tables"
Variant="Variant.Text"
Color="Color.Default"
Class="mr-4">
<MudIcon Icon="fa-solid fa-table-list" Class="mr-2"/>
Database
</MudButton>
</MudHidden>
<MudSpacer/>
<SearchButtonComponent Id="desktop-searchButton"/>
+2 -4
View File
@@ -4,10 +4,8 @@
@page "/data-tables"
<LayoutMediumContentComponent>
<LayoutLargeContentComponent>
<WebsiteTitleComponent>Data Tables</WebsiteTitleComponent>
<MudTabs Elevation="2" >
<MudTabPanel Text="Attacks">
<WeaponTable/>
@@ -39,7 +37,7 @@
</PaperComponent>
</LayoutMediumContentComponent>
</LayoutLargeContentComponent>
<style>