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…
Reference in New Issue