Skip to content

Commit

Permalink
Reordered Vue page vars
Browse files Browse the repository at this point in the history
  • Loading branch information
xanderfrangos committed Apr 18, 2024
1 parent 31c1f21 commit 63d5875
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src_assets/common/assets/web/troubleshooting.html
Original file line number Diff line number Diff line change
Expand Up @@ -138,16 +138,16 @@ <h2 id="logs">{{ $t('troubleshooting.logs') }}</h2>
},
data() {
return {
clients: [],
closeAppPressed: false,
closeAppStatus: null,
logs: 'Loading...',
logFilter: null,
logInterval: null,
unpairAllPressed: false,
unpairAllStatus: null,
restartPressed: false,
showApplyMessage: false,
clients: [],
logs: 'Loading...',
logFilter: null,
logInterval: null,
};
},
computed: {
Expand Down

0 comments on commit 63d5875

Please sign in to comment.