Skip to content

Commit d280a91

Browse files
committed
Add socket reconnect logic
1 parent d79fe69 commit d280a91

File tree

3 files changed

+113
-22
lines changed

3 files changed

+113
-22
lines changed

resources/assets/scripts/components/server/Server.vue

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,6 @@
3434
Databases
3535
</router-link>
3636
</li>
37-
<li>
38-
<router-link :to="{ name: 'server-network' }">
39-
Networking
40-
</router-link>
41-
</li>
4237
</ul>
4338
</div>
4439
</div>
@@ -49,7 +44,7 @@
4944
</div>
5045
<div class="fixed pin-r pin-b m-6 max-w-sm" v-show="connectionError">
5146
<div class="alert error">
52-
There was an error while attempting to connect to the Daemon websocket. Error reported was: "{{connectionError.message}}"
47+
There was an error while attempting to connect to the Daemon websocket. Error: {{connectionError}}
5348
</div>
5449
</div>
5550
</div>

0 commit comments

Comments
 (0)