]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
baculum: Tweak fix visibility statistics resource config
authorMarcin Haba <marcin.haba@bacula.pl>
Wed, 4 Dec 2019 04:24:57 +0000 (05:24 +0100)
committerMarcin Haba <marcin.haba@bacula.pl>
Tue, 17 Dec 2019 17:16:15 +0000 (18:16 +0100)
gui/baculum/protected/Web/Pages/StatisticsList.page
gui/baculum/protected/Web/Pages/StatisticsView.php

index 8c967284ec6d9ffde2320208f0f6193b2e4cf90b..2ea7beee4d8828976ea561cffb65fed9f54e8d35 100644 (file)
@@ -75,7 +75,7 @@ var oStatisticsList = {
                        },
                        {
                                className: "dt-center",
-                               targets: [ 2, 3 ]
+                               targets: [ 2, 3, 4 ]
                        }],
                        order: [2, 'asc']
                });
index b5507259b0c49659981f0873849614ae23aa4edb..bbf896ccf0b0fd620d8a1a565483d0fb5796d29f 100644 (file)
@@ -56,8 +56,8 @@ class StatisticsView extends BaculumWebPage {
                $this->setStatisticsName($this->Request['statistics']);
        }
 
-       public function onLoad($param) {
-               parent::onLoad($param);
+       public function onPreRender($param) {
+               parent::onPreRender($param);
                if ($this->IsCallBack || $this->IsPostBack) {
                        return;
                }