Added console page as default page
This commit is contained in:
parent
960a0bceff
commit
b2c816cafb
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ public class ServerServiceDefinition : ServiceDefinition
|
|||
{
|
||||
context.Layout = typeof(UserLayout);
|
||||
|
||||
await context.AddPage<Console>("Console", "/console", "bx bx-sm bxs-terminal");
|
||||
await context.AddPage<Console>("Console", "/", "bx bx-sm bxs-terminal");
|
||||
await context.AddPage<Files>("Files", "/files", "bx bx-sm bxs-folder");
|
||||
await context.AddPage<Reset>("Reset", "/reset", "bx bx-sm bx-revision");
|
||||
await context.AddPage<Variables>("Variables", "/variables", "bx bx-sm bx-slider");
|
||||
|
|
Loading…
Reference in a new issue