Add socket reconnect logic

This commit is contained in:
Dane Everitt 2019-05-09 22:42:53 -07:00
parent d79fe6982f
commit d280a91115
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
3 changed files with 113 additions and 22 deletions

View file

@ -34,11 +34,6 @@
Databases
</router-link>
</li>
<li>
<router-link :to="{ name: 'server-network' }">
Networking
</router-link>
</li>
</ul>
</div>
</div>
@ -49,7 +44,7 @@
</div>
<div class="fixed pin-r pin-b m-6 max-w-sm" v-show="connectionError">
<div class="alert error">
There was an error while attempting to connect to the Daemon websocket. Error reported was: "{{connectionError.message}}"
There was an error while attempting to connect to the Daemon websocket. Error: {{connectionError}}
</div>
</div>
</div>