andre 4 月之前
父節點
當前提交
ceba778727

+ 1 - 1
app/UI/Graph/Pages/CpuSmallGraph.php

@@ -57,7 +57,7 @@ class CpuSmallGraph extends  BaseSmallGraph
                 'display'   => false
                 'display'   => false
             ]]);
             ]]);
 
 
-        $this->configChartsSettings->timeframe = 'day';
+        $this->timeframe = 'day';
     }
     }
 
 
     public function prepareAjaxData()
     public function prepareAjaxData()

+ 0 - 1
app/UI/Graph/Pages/MemorySmallGraph.php

@@ -53,7 +53,6 @@ class MemorySmallGraph extends BaseSmallGraph
                 'display'   => false
                 'display'   => false
             ]]);
             ]]);
 
 
-        $this->configChartsSettings->timeframe = 'day';
         $this->timeframe = 'day';
         $this->timeframe = 'day';
     }
     }
 
 

+ 0 - 1
app/UI/Graph/Pages/NetworkSmallGraph.php

@@ -52,7 +52,6 @@ class NetworkSmallGraph extends BaseSmallGraph
             [
             [
                 'display'   => false
                 'display'   => false
             ]]);
             ]]);
-        $this->configChartsSettings->timeframe = 'day';
         $this->timeframe = 'day';
         $this->timeframe = 'day';
     }
     }