From 36284c10bebc2576a1c3e7bb5897035fc0dc97c1 Mon Sep 17 00:00:00 2001 From: Richard Bowman Date: Mon, 15 Feb 2021 19:17:20 +0000 Subject: [PATCH] UI Improvements I've added buttons to perform the separate calibrations (gain, AWB) under the full recalibrate link. It would be really nice to have a modal dialog though. --- .../cameraCalibrationSettings.vue | 32 +++++++++++++------ 1 file changed, 23 insertions(+), 9 deletions(-) diff --git a/openflexure_microscope/api/static/src/components/tabContentComponents/settingsComponents/cameraSettingsComponents/cameraCalibrationSettings.vue b/openflexure_microscope/api/static/src/components/tabContentComponents/settingsComponents/cameraSettingsComponents/cameraCalibrationSettings.vue index e6f3c8d8..09e38e15 100644 --- a/openflexure_microscope/api/static/src/components/tabContentComponents/settingsComponents/cameraSettingsComponents/cameraCalibrationSettings.vue +++ b/openflexure_microscope/api/static/src/components/tabContentComponents/settingsComponents/cameraSettingsComponents/cameraCalibrationSettings.vue @@ -9,7 +9,29 @@ 'Start recalibration? This may take a while, and the microscope will be locked during this time.' " :submit-url="recalibrationLinks.recalibrate.href" - :submit-label="'Auto-Calibrate'" + :submit-label="'Full Auto-Calibrate'" + @response="onRecalibrateResponse" + @error="modalError" + > + + +
+ + +
+
+ @@ -24,14 +46,6 @@ > Disable flat-field correction - -