complete show all frp server api info

This commit is contained in:
杨黄林
2023-09-10 15:06:09 +08:00
parent 91c202c786
commit c95ef224d8
7 changed files with 535 additions and 369 deletions

View File

@@ -145,8 +145,8 @@ section.server-info .chart-info > .chart-count {
margin-top: 30px;
}
section.server-info .chart-info #trafficChart,
section.server-info .chart-info #countChart {
section.server-info .chart-info #trafficPieChart,
section.server-info .chart-info #countPieChart {
width: 400px;
height: 250px;
}
@@ -168,3 +168,7 @@ section.server-info .chart-info #countChart {
.proxy-info .layui-col-xs6 .layui-row{
padding: 0;
}
#trafficBarChart{
height: 100%;
}