From 57998073aeed82ea3a3e3a9cf894e39d598cf9fd Mon Sep 17 00:00:00 2001 From: Adrian Reber Date: Thu, 17 Dec 2015 20:40:37 +0000 Subject: [PATCH] Enable mirror map Signed-off-by: Adrian Reber --- roles/mirrormanager/frontend2/templates/mirrormanager2.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/mirrormanager/frontend2/templates/mirrormanager2.cfg b/roles/mirrormanager/frontend2/templates/mirrormanager2.cfg index 512224ab7f..0c57cb3a88 100644 --- a/roles/mirrormanager/frontend2/templates/mirrormanager2.cfg +++ b/roles/mirrormanager/frontend2/templates/mirrormanager2.cfg @@ -86,7 +86,7 @@ EMBARGOED_COUNTRIES = ['CU', 'IR', 'KP', 'SD', 'SY'] # When this is set to True, an additional menu item is shown which # displays the maps generated with mm2_generate-worldmap. -SHOW_MAPS = False +SHOW_MAPS = True # Location of the static map displayed in the map tab. STATIC_MAP = '/map/map.png'