加了一些注释,代码上的调整,方便阅读代码者,也方便维护升级

深更半夜,没睡着起来搞事情
This commit is contained in:
2018-08-01 03:26:05 +08:00
parent cf2b3dd574
commit 42dc965c9a
17 changed files with 76 additions and 86 deletions

View File

@@ -22,7 +22,7 @@
var createhtml = function (jsoncontent) {
var classmap = jsoncontent.types;
var html = [];
html.push('<div style="width:' + Math.floor(window.screen.width * 0.9) + 'px;margin:0 auto;text-align: center;">');
html.push('<div style="width:' + Math.floor(window.screen.width * 0.7) + 'px;margin:0 auto;text-align: center;">');
html.push('<br/><br/><table class="table" align="center">');
for (var i = 0; i < jsoncontent.servers.length; i++) {
var servlets = jsoncontent.servers[i].servlets;

File diff suppressed because one or more lines are too long