Adding data table page to navigation UI
This commit is contained in:
+1
-6
@@ -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)
|
||||
|
||||
@@ -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"/>
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user