Organized page head directives
This commit is contained in:
Родитель
b9c2931a93
Коммит
2683bea4de
|
@ -1,5 +1,4 @@
|
|||
@page "/"
|
||||
@inject BlazingCoffee.Services.PublicClient Http
|
||||
|
||||
<div class="card-menu">
|
||||
<Card Title="Sales" ImageUrl="./img/Sales.jpg">
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
@attribute [Authorize]
|
||||
@page "/manage-employees"
|
||||
@inject HttpClient Http
|
||||
@layout DashboardCardLayout
|
||||
@attribute [Authorize]
|
||||
|
||||
<CardContainer Title="Employees">
|
||||
<TelerikGrid Data="employees" Pageable="true" Sortable="true" FilterMode="GridFilterMode.FilterMenu" Resizable="true">
|
||||
|
|
|
@ -1,10 +1,9 @@
|
|||
@page "/manage-products"
|
||||
@attribute [Authorize]
|
||||
@page "/manage-products"
|
||||
@inject HttpClient Http
|
||||
@inject NavigationManager NavigationManager
|
||||
@layout DashboardCardLayout
|
||||
@inject IAccessTokenProvider accessTokenProvider
|
||||
|
||||
@attribute [Authorize]
|
||||
<!-- Demo CRUD -->
|
||||
|
||||
<CardContainer Title="Manage Products">
|
||||
|
|
Загрузка…
Ссылка в новой задаче