Add data models
This commit is contained in:
@@ -40,22 +40,22 @@ func DefaultMenuBar() PageData {
|
||||
ShowClock: true,
|
||||
MenuGroups: []MenuGroup{
|
||||
{
|
||||
Label: "File",
|
||||
Label: "Game",
|
||||
Items: []MenuItem{
|
||||
{Label: "New", URL: "#!"},
|
||||
{Label: "Open", URL: "#!"},
|
||||
{Label: "Save", URL: "#!"},
|
||||
{Label: "Save As", URL: "#!"},
|
||||
{Label: "Home", URL: "/"},
|
||||
{Label: "Sessions", URL: "/sessions"},
|
||||
{Label: "Statistics", URL: "/statistics"},
|
||||
{IsDivider: true},
|
||||
{Label: "Exit", URL: "#!"},
|
||||
},
|
||||
},
|
||||
{
|
||||
Label: "Edit",
|
||||
Label: "Manage",
|
||||
Items: []MenuItem{
|
||||
{Label: "Cut", URL: "#!"},
|
||||
{Label: "Copy", URL: "#!"},
|
||||
{Label: "Paste", URL: "#!"},
|
||||
{Label: "Players", URL: "/players"},
|
||||
{Label: "Games", URL: "/games"},
|
||||
{Label: "Bosses", URL: "/bosses"},
|
||||
{Label: "Drinks", URL: "/drinks"},
|
||||
},
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user