mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-28 16:24:04 +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->applyRestriction('monitoring/filter/objects', $stats);
|
||||||
|
|
||||||
|
$this->handleFormatRequest($stats);
|
||||||
$summary = $stats->fetchRow();
|
$summary = $stats->fetchRow();
|
||||||
|
|
||||||
$hostSummaryChart = new Donut();
|
$hostSummaryChart = new Donut();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user