visuddhinanda 2 лет назад
Родитель
Сommit
97431bf3c0
1 измененных файлов с 2 добавлено и 2 удалено
  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"}
         title="总量"
       >
-        <ApiDelayHour type="count" />
+        <ApiDelayHour type="average" title={"平均相应时间"} />
         <Divider type={responsive ? "horizontal" : "vertical"} />
-        <ApiDelayHour type="average" />
+        <ApiDelayHour type="count" title={"请求次数"} />
         <Divider type={responsive ? "horizontal" : "vertical"} />
         <ApiGauge />
       </StatisticCard.Group>