Merge pull request #3368 from Icinga/feature/tactial-ovierview-can-handle-format-request

TacticalController: Add OutputFormat json and csv
This commit is contained in:
Gunnar Beutner 2018-02-22 15:12:02 +01:00 committed by GitHub
commit b19ae23f7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -51,6 +51,7 @@ class TacticalController extends Controller
);
$this->applyRestriction('monitoring/filter/objects', $stats);
$this->handleFormatRequest($stats);
$summary = $stats->fetchRow();
$hostSummaryChart = new Donut();