9 lines
172 B
Plaintext
9 lines
172 B
Plaintext
|
|
@page "/jobs"
|
||
|
|
@using DiunaBI.UI.Shared.Components
|
||
|
|
|
||
|
|
<PageTitle>Jobs</PageTitle>
|
||
|
|
|
||
|
|
<MudContainer MaxWidth="MaxWidth.ExtraExtraLarge">
|
||
|
|
<JobListComponent />
|
||
|
|
</MudContainer>
|