mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-09-26 03:09:11 +02:00
ImportsourceController: do not show status unless...
...we show them
This commit is contained in:
parent
204972eb7e
commit
b5d6139893
@ -107,7 +107,9 @@ class ImportsourceController extends ActionController
|
||||
|
||||
$this->prepareTabs($id)->activate('history');
|
||||
$this->view->title = $this->translate('Import run history');
|
||||
$this->view->stats = $this->db()->fetchImportStatistics();
|
||||
|
||||
// TODO: temporarily disabled, find a better place for stats:
|
||||
// $this->view->stats = $this->db()->fetchImportStatistics();
|
||||
$this->prepareTable('importrun');
|
||||
$this->view->table->enforceFilter(Filter::where('source_id', $id));
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user