From 1afe120a12569155ab10c7c1a5b8f195c882e21e Mon Sep 17 00:00:00 2001 From: Mike Terzo Date: Thu, 14 Jul 2016 19:40:06 -0400 Subject: [PATCH] Update radiator view (#272) * Fixing 404 on jquery.js * Remove symlink for jquery.min.map --- puppetboard/static/js/jquery.min.map | 1 - puppetboard/templates/radiator.html | 6 +++++- 2 files changed, 5 insertions(+), 2 deletions(-) delete mode 120000 puppetboard/static/js/jquery.min.map diff --git a/puppetboard/static/js/jquery.min.map b/puppetboard/static/js/jquery.min.map deleted file mode 120000 index b156621..0000000 --- a/puppetboard/static/js/jquery.min.map +++ /dev/null @@ -1 +0,0 @@ -../jquery-2.1.1/jquery.min.map \ No newline at end of file diff --git a/puppetboard/templates/radiator.html b/puppetboard/templates/radiator.html index 24c9a07..3ef2f67 100644 --- a/puppetboard/templates/radiator.html +++ b/puppetboard/templates/radiator.html @@ -6,7 +6,11 @@ {% endif %} - + {% if config.OFFLINE_MODE %} + + {% else %} + + {% endif %}