Explorar el Código

平均相应时间 放上面

visuddhinanda hace 2 años
padre
commit
97431bf3c0
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      dashboard/src/pages/admin/api/dashboard.tsx

+ 2 - 2
dashboard/src/pages/admin/api/dashboard.tsx

@@ -18,9 +18,9 @@ const Widget = () => {
         direction={responsive ? "column" : "row"}
         direction={responsive ? "column" : "row"}
         title="总量"
         title="总量"
       >
       >
-        <ApiDelayHour type="count" />
+        <ApiDelayHour type="average" title={"平均相应时间"} />
         <Divider type={responsive ? "horizontal" : "vertical"} />
         <Divider type={responsive ? "horizontal" : "vertical"} />
-        <ApiDelayHour type="average" />
+        <ApiDelayHour type="count" title={"请求次数"} />
         <Divider type={responsive ? "horizontal" : "vertical"} />
         <Divider type={responsive ? "horizontal" : "vertical"} />
         <ApiGauge />
         <ApiGauge />
       </StatisticCard.Group>
       </StatisticCard.Group>