Added webconsole to system pane, added tabs to system pane to allow for webconsole to be hidden/shown

This commit is contained in:
Lawrence
2017-10-14 12:55:42 +08:00
parent 0d456d3540
commit 4d04155895
3 changed files with 868 additions and 0 deletions

14
dist/css/custom.css vendored
View File

@@ -33,3 +33,17 @@
width: 140px;
float: left;
}
.webconsole {
width:100%;
height:100%;
}
#console {
height:500px;
}
.systemtabcontent {
height:100%;
min-height:500px;
}