summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteffen Ritter2019-12-17 14:47:27 +0100
committerSteffen Ritter2019-12-17 14:47:27 +0100
commit4063d735948460cd8808e910f3a51a369441ac71 (patch)
treed5c355dae12f225a5f305e8d73dcb39e4f082645
parentRevert "[serversetup-bwlp-ipxe] Show title of referenced menus in entry list" (diff)
downloadslx-admin-4063d735948460cd8808e910f3a51a369441ac71.tar.gz
slx-admin-4063d735948460cd8808e910f3a51a369441ac71.tar.xz
slx-admin-4063d735948460cd8808e910f3a51a369441ac71.zip
Revert "[statistics] Add filter for runtime and lastboot"
This reverts commit d1dc743cf77ed5f8021b11dd15811ad19315ac65. Was not included in 3.8 release
-rw-r--r--modules-available/statistics/page.inc.php10
1 files changed, 0 insertions, 10 deletions
diff --git a/modules-available/statistics/page.inc.php b/modules-available/statistics/page.inc.php
index bc5726ef..c5da85fe 100644
--- a/modules-available/statistics/page.inc.php
+++ b/modules-available/statistics/page.inc.php
@@ -137,16 +137,6 @@ class Page_Statistics extends Page
'type' => 'int',
'column' => true
],
- 'runtime' => [
- 'op' => Page_Statistics::OP_ORDINAL,
- 'type' => 'int',
- 'column' => true
- ],
- 'lastboot' => [
- 'op' => Page_Statistics::OP_ORDINAL,
- 'type' => 'date',
- 'column' => true
- ],
];
if (Module::isAvailable('locations')) {
Page_Statistics::$columns['location'] = [