From c63a097fa8ce0f69ba3d2377286dcf62c0172b1b Mon Sep 17 00:00:00 2001 From: kamieniarz Date: Fri, 28 Aug 2020 15:17:29 +0200 Subject: [PATCH 1/4] Update example.config.php Add $raidDashboardPage --- config/example.config.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/example.config.php b/config/example.config.php index b096bcf..120fd6a 100644 --- a/config/example.config.php +++ b/config/example.config.php @@ -58,6 +58,8 @@ $invasionPage = true; $shinyPage = true; +$raidDashboardPage = true + /* Nest Page */ $nestPage = true; $minNestAvg = 2; // 0 to disable From 3976aa927c1fc53ca8c1039b91872da807ab26d2 Mon Sep 17 00:00:00 2001 From: kamieniarz Date: Fri, 28 Aug 2020 15:19:01 +0200 Subject: [PATCH 2/4] Update pre-index.php Add raidDashboardPage --- pre-index.php | 1 + 1 file changed, 1 insertion(+) diff --git a/pre-index.php b/pre-index.php index 0b1ab41..b7cb6fe 100644 --- a/pre-index.php +++ b/pre-index.php @@ -109,6 +109,7 @@ var invasionPage = ''; var shinyPage = ''; var nestPage = ''; + var raidDashboardPage = ''; var geofenceDefault = ''; From f5a03bdc4bb25f9da2fd85e54e1404b46014dd84 Mon Sep 17 00:00:00 2001 From: kamieniarz Date: Fri, 28 Aug 2020 15:20:02 +0200 Subject: [PATCH 3/4] Update raid_dashboard.php Add $raidDashboardPage --- include/raid_dashboard.php | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/include/raid_dashboard.php b/include/raid_dashboard.php index ad2b000..4194511 100644 --- a/include/raid_dashboard.php +++ b/include/raid_dashboard.php @@ -1,6 +1,6 @@ -
+ +
-
-
+
+ +

+


+

+ + From 72532898a65e7443b2abfcbae4c8b221ec3e9d33 Mon Sep 17 00:00:00 2001 From: kamieniarz Date: Fri, 28 Aug 2020 15:20:48 +0200 Subject: [PATCH 4/4] Update nav.php Add raidDashboardPage --- include/nav.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/nav.php b/include/nav.php index 8512622..0efa565 100644 --- a/include/nav.php +++ b/include/nav.php @@ -116,7 +116,7 @@
- +