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) } } };