From 5f2571cec52ac998dcde5ae00f1a4a5d9e55d311 Mon Sep 17 00:00:00 2001 From: Segev BenZvi Date: Tue, 8 Aug 2023 12:45:36 -0400 Subject: [PATCH 1/2] Remove links to stylesheets and JS includes. --- py/nightwatch/webpages/templates/base.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/py/nightwatch/webpages/templates/base.html b/py/nightwatch/webpages/templates/base.html index 8f10ece6..914ee924 100644 --- a/py/nightwatch/webpages/templates/base.html +++ b/py/nightwatch/webpages/templates/base.html @@ -2,6 +2,7 @@ {% if bokeh_version %} + {% endif %} {% if autoreload %} From 26e057ade0edf6347ec195f9c807012b54c80d8f Mon Sep 17 00:00:00 2001 From: Segev BenZvi Date: Tue, 8 Aug 2023 12:54:05 -0400 Subject: [PATCH 2/2] Update change log. --- doc/changes.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/changes.md b/doc/changes.md index 3afc2f38..29fb81a5 100644 --- a/doc/changes.md +++ b/doc/changes.md @@ -3,7 +3,9 @@ ## 0.3.3 (unreleased) * Remove job throttling at KPNO so that the Nightwatch monitor attempts to allocate 30 jobs for preproc/qproc. -* Added script to correlated calibration standards with local conditions (temperature, pressure, humidity, ...). +* Added script to correlate calibration standards with local conditions (temperature, pressure, humidity, ...). +* Fixes to ensure Nightwatch operates on desi-8 at KPNO. +* Remove HTML header includes of Bokeh CSS and JavaScript files in favor of running in BOKEH_RESOURCES=inline mode. ## 0.3.2 (2023-03-20)