Fix primary and secondary camera actions being switched in UI
This commit is contained in:
parent
cde6d0c9b3
commit
649d5ca267
1 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||||
>
|
>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue