Skip to content

Commit 63d5875

Browse files
committed
Reordered Vue page vars
LizardByte#2042 (review)
1 parent 31c1f21 commit 63d5875

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src_assets/common/assets/web/troubleshooting.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -138,16 +138,16 @@ <h2 id="logs">{{ $t('troubleshooting.logs') }}</h2>
138138
},
139139
data() {
140140
return {
141+
clients: [],
141142
closeAppPressed: false,
142143
closeAppStatus: null,
144+
logs: 'Loading...',
145+
logFilter: null,
146+
logInterval: null,
143147
unpairAllPressed: false,
144148
unpairAllStatus: null,
145149
restartPressed: false,
146150
showApplyMessage: false,
147-
clients: [],
148-
logs: 'Loading...',
149-
logFilter: null,
150-
logInterval: null,
151151
};
152152
},
153153
computed: {

0 commit comments

Comments
 (0)