Fix primary and secondary camera actions being switched in UI

This commit is contained in:
Julian Stirling 2025-07-31 21:24:01 +01:00
parent cde6d0c9b3
commit 649d5ca267

View file

@ -2,7 +2,7 @@
<div> <div>
<!--Show calibration actions as specified by the camera.--> <!--Show calibration actions as specified by the camera.-->
<div <div
v-for="(action, index) in secondaryCalibrationActions" v-for="(action, index) in primaryCalibrationActions"
:key="'primary_cal' + index" :key="'primary_cal' + index"
class="uk-child-width-expand" class="uk-child-width-expand"
> >
@ -10,7 +10,7 @@
</div> </div>
<div v-if="showExtraSettings"> <div v-if="showExtraSettings">
<div <div
v-for="(action, index) in primaryCalibrationActions" v-for="(action, index) in secondaryCalibrationActions"
:key="'secondary_cal' + index" :key="'secondary_cal' + index"
class="uk-child-width-expand" class="uk-child-width-expand"
> >