From 4784257eb16fb11de051e1ddda516a6fa3066896 Mon Sep 17 00:00:00 2001 From: Richard Bowman Date: Tue, 24 Mar 2020 17:42:11 +0000 Subject: [PATCH] Added another button --- .../settingsComponents/cameraSettings.vue | 29 +++++++++++++------ 1 file changed, 20 insertions(+), 9 deletions(-) diff --git a/src/components/controlComponents/settingsComponents/cameraSettings.vue b/src/components/controlComponents/settingsComponents/cameraSettings.vue index a8b00e8c..caf62c7a 100644 --- a/src/components/controlComponents/settingsComponents/cameraSettings.vue +++ b/src/components/controlComponents/settingsComponents/cameraSettings.vue @@ -67,16 +67,24 @@ > - -
- -
+ +
+ +
+
+ +
@@ -187,6 +195,9 @@ export default { flattenLensShadingTableRequest: function() { axios.post(this.recalibrationLinks.flatten_lens_shading_table.href) + }, + deleteLensShadingTableRequest: function() { + axios.post(this.recalibrationLinks.delete_lens_shading_table.href) } } };