From 86191998abe74122cb7bbdb2b8b3ee3f2789d3a4 Mon Sep 17 00:00:00 2001 From: Alexander Zobnin Date: Sun, 18 Jun 2017 17:23:52 +0300 Subject: [PATCH] Use Zabbix Server Dashboard as default page for app --- dist/plugin.json | 3 ++- src/plugin.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/dist/plugin.json b/dist/plugin.json index f8e168f..6bbab7e 100644 --- a/dist/plugin.json +++ b/dist/plugin.json @@ -43,7 +43,8 @@ "type": "dashboard", "name": "Zabbix Server Dashboard", "path": "dashboards/zabbix_server_dashboard.json", - "addToNav": true + "addToNav": true, + "defaultNav": true }, { "type": "dashboard", diff --git a/src/plugin.json b/src/plugin.json index f8e168f..6bbab7e 100644 --- a/src/plugin.json +++ b/src/plugin.json @@ -43,7 +43,8 @@ "type": "dashboard", "name": "Zabbix Server Dashboard", "path": "dashboards/zabbix_server_dashboard.json", - "addToNav": true + "addToNav": true, + "defaultNav": true }, { "type": "dashboard",