diff --git a/src/main/webapp/WEB-INF/views/dashboard/trafficAppTrendList.jsp b/src/main/webapp/WEB-INF/views/dashboard/trafficAppTrendList.jsp index ded7fa5a9..354c3b9a4 100644 --- a/src/main/webapp/WEB-INF/views/dashboard/trafficAppTrendList.jsp +++ b/src/main/webapp/WEB-INF/views/dashboard/trafficAppTrendList.jsp @@ -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){ diff --git a/src/main/webapp/static/global/css/components.css b/src/main/webapp/static/global/css/components.css index c1ef22272..e42876c74 100644 --- a/src/main/webapp/static/global/css/components.css +++ b/src/main/webapp/static/global/css/components.css @@ -5881,7 +5881,7 @@ Custom color buttons width: 145px !important; } .input-medium { - width: 240px !important; } + width: 200px !important; } .input-large { width: 320px !important; }