23 lines
406 B
Plaintext
23 lines
406 B
Plaintext
@page "/"
|
|
@page "/Home"
|
|
@page "/Index"
|
|
@page "/Nav01"
|
|
|
|
|
|
<div class="mb-5">
|
|
|
|
@if (MissingAuth)
|
|
{
|
|
<AuthChallengeMan EC_GotoSetup="SetupMode" EC_Updated="CheckMainAuth"></AuthChallengeMan>
|
|
}
|
|
else if (DoSetup)
|
|
{
|
|
|
|
<TargetSetup EC_GotoSetup="SetupMode"></TargetSetup>
|
|
}
|
|
else
|
|
{
|
|
<ApplicationCheck EC_GotoSetup="SetupMode"></ApplicationCheck>
|
|
}
|
|
</div>
|