We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31c1f21 commit 63d5875Copy full SHA for 63d5875
src_assets/common/assets/web/troubleshooting.html
@@ -138,16 +138,16 @@ <h2 id="logs">{{ $t('troubleshooting.logs') }}</h2>
138
},
139
data() {
140
return {
141
+ clients: [],
142
closeAppPressed: false,
143
closeAppStatus: null,
144
+ logs: 'Loading...',
145
+ logFilter: null,
146
+ logInterval: null,
147
unpairAllPressed: false,
148
unpairAllStatus: null,
149
restartPressed: false,
150
showApplyMessage: false,
- clients: [],
- logs: 'Loading...',
- logFilter: null,
- logInterval: null,
151
};
152
153
computed: {
0 commit comments