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 IStorageService StorageService
|
||||||
@inject IPermissionService PermissionService
|
@inject IPermissionService PermissionService
|
||||||
|
|
||||||
<DevOnlyComponent>
|
|
||||||
<DataTablesPage/>
|
|
||||||
</DevOnlyComponent>
|
|
||||||
|
|
||||||
<Router AppAssembly="@typeof(App).Assembly">
|
<Router AppAssembly="@typeof(App).Assembly">
|
||||||
<Found Context="routeData">
|
<Found Context="routeData">
|
||||||
@if (isLoaded)
|
@if (isLoaded)
|
||||||
|
|||||||
@@ -48,6 +48,14 @@
|
|||||||
<MudIcon Icon="fa-solid fa-clipboard-list" Class="mr-2"/>
|
<MudIcon Icon="fa-solid fa-clipboard-list" Class="mr-2"/>
|
||||||
Database
|
Database
|
||||||
</MudButton>
|
</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>
|
</MudHidden>
|
||||||
<MudSpacer/>
|
<MudSpacer/>
|
||||||
<SearchButtonComponent Id="desktop-searchButton"/>
|
<SearchButtonComponent Id="desktop-searchButton"/>
|
||||||
|
|||||||
@@ -4,10 +4,8 @@
|
|||||||
|
|
||||||
@page "/data-tables"
|
@page "/data-tables"
|
||||||
|
|
||||||
<LayoutMediumContentComponent>
|
<LayoutLargeContentComponent>
|
||||||
<WebsiteTitleComponent>Data Tables</WebsiteTitleComponent>
|
<WebsiteTitleComponent>Data Tables</WebsiteTitleComponent>
|
||||||
|
|
||||||
|
|
||||||
<MudTabs Elevation="2" >
|
<MudTabs Elevation="2" >
|
||||||
<MudTabPanel Text="Attacks">
|
<MudTabPanel Text="Attacks">
|
||||||
<WeaponTable/>
|
<WeaponTable/>
|
||||||
@@ -39,7 +37,7 @@
|
|||||||
</PaperComponent>
|
</PaperComponent>
|
||||||
|
|
||||||
|
|
||||||
</LayoutMediumContentComponent>
|
</LayoutLargeContentComponent>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user