Merge pull request #119 from SirLagz/master

Added a Web Console
This commit is contained in:
Lawrence
2017-10-21 20:35:37 +08:00
committed by GitHub
4 changed files with 908 additions and 30 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;
}