Organized page head directives

This commit is contained in:
Ed Charbeneau 2020-05-29 23:01:04 -04:00
Родитель b9c2931a93
Коммит 2683bea4de
3 изменённых файлов: 3 добавлений и 6 удалений

Просмотреть файл

@ -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">