wip
This commit is contained in:
parent
02087d1ff9
commit
d5a803ba80
11 changed files with 455 additions and 9 deletions
|
|
@ -49,10 +49,10 @@ public class MockMenuService : IMenuService
|
|||
{
|
||||
return new List<MenuGroup>
|
||||
{
|
||||
// DASHBOARD GROUP
|
||||
// OVERVIEW GROUP
|
||||
new MenuGroup
|
||||
{
|
||||
Id = "dashboard",
|
||||
Id = "overview",
|
||||
Label = "Dashboard",
|
||||
SortOrder = 1,
|
||||
Items = new List<MenuItem>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue