Skip to content

Commit a390977

Browse files
committed
Additional variable reordering
1 parent 63d5875 commit a390977

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src_assets/common/assets/web/troubleshooting.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,10 +144,10 @@ <h2 id="logs">{{ $t('troubleshooting.logs') }}</h2>
144144
logs: 'Loading...',
145145
logFilter: null,
146146
logInterval: null,
147-
unpairAllPressed: false,
148-
unpairAllStatus: null,
149147
restartPressed: false,
150148
showApplyMessage: false,
149+
unpairAllPressed: false,
150+
unpairAllStatus: null,
151151
};
152152
},
153153
computed: {

0 commit comments

Comments
 (0)