mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
Merge pull request #3368 from Icinga/feature/tactial-ovierview-can-handle-format-request
TacticalController: Add OutputFormat json and csv
This commit is contained in:
commit
b19ae23f7a
@ -51,6 +51,7 @@ class TacticalController extends Controller
|
||||
);
|
||||
$this->applyRestriction('monitoring/filter/objects', $stats);
|
||||
|
||||
$this->handleFormatRequest($stats);
|
||||
$summary = $stats->fetchRow();
|
||||
|
||||
$hostSummaryChart = new Donut();
|
||||
|
Loading…
x
Reference in New Issue
Block a user