缩小时间框长度跟部分输入框长度,修改app的趋势图图例名
This commit is contained in:
@@ -561,7 +561,7 @@
|
||||
// verticalAlign: 'middle'
|
||||
// },
|
||||
series: [{
|
||||
name: 'server',
|
||||
name: 'Client IP',
|
||||
data: (function () {
|
||||
var data = [];
|
||||
if(sipResult!=null&&sipResult.length>0){
|
||||
@@ -584,7 +584,7 @@
|
||||
}())
|
||||
},
|
||||
{
|
||||
name: 'client',
|
||||
name: 'Server IP',
|
||||
data: (function () {
|
||||
var data = [];
|
||||
if(dipResult!=null&&dipResult.length>0){
|
||||
|
||||
@@ -5881,7 +5881,7 @@ Custom color buttons
|
||||
width: 145px !important; }
|
||||
|
||||
.input-medium {
|
||||
width: 240px !important; }
|
||||
width: 200px !important; }
|
||||
|
||||
.input-large {
|
||||
width: 320px !important; }
|
||||
|
||||
Reference in New Issue
Block a user