aboutsummaryrefslogtreecommitdiff
path: root/webAO/ui.js
diff options
context:
space:
mode:
authorQube <qchinious@gmail.com>2018-07-19 20:12:57 +0700
committerQube <qchinious@gmail.com>2018-07-19 20:12:57 +0700
commitadf3cacdf2c6426a7eb7ea5fc500082992f357aa (patch)
tree98eb2af9cb5ee0ba90fa808b54f779f4c754d24e /webAO/ui.js
parent5b12a4d6572bca5ae73474f84362cc3507ae3f3c (diff)
Add evidence and mainmenu
Diffstat (limited to 'webAO/ui.js')
-rw-r--r--webAO/ui.js44
1 files changed, 28 insertions, 16 deletions
diff --git a/webAO/ui.js b/webAO/ui.js
index f5c3f3a..ca235ff 100644
--- a/webAO/ui.js
+++ b/webAO/ui.js
@@ -35,22 +35,34 @@ var config = {
type: "column",
content: [
{
- type: "stack",
- height: 60,
- content: [
- {
- type: "component",
- title: "Server chat",
- componentName: "template",
- componentState: { id: "ooc" }
- },
- {
- type: "component",
- title: "Log",
- componentName: "template",
- componentState: { id: "log" }
- }
- ]
+ type: "row",
+ height: 65,
+ content: [
+ {
+ type: "stack",
+ content: [
+ {
+ type: "component",
+ title: "Main",
+ componentName: "template",
+ componentState: { id: "mainmenu" }
+ },
+ {
+ type: "component",
+ title: "Log",
+ componentName: "template",
+ componentState: { id: "log" }
+ }
+ ]
+ },
+ {
+ type: "component",
+ title: "Server chat",
+ width: 30,
+ componentName: "template",
+ componentState: { id: "ooc" }
+ }
+ ]
},
{
type: "row",