Button to welcome page on disconnect instead of forcing it

This commit is contained in:
Carlos
2020-02-03 01:04:35 +01:00
parent 5c833246d8
commit 6af86a45e8
4 changed files with 20 additions and 8 deletions

View File

@ -204,10 +204,11 @@
</button>
</div>
<div class="modal-body" id="disconnectionModalDescription">
Connection was lost with the server you were connected to. Moved back to welcome screen.
Connection was lost with the server you were connected to, probably caused by a server stop.
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-dismiss="modal" id="disconnectionModalCloseButton">Close</button>
<button type="button" class="btn btn-primary" data-dismiss="modal" id="disconnectionModalCloseButton">Close</button>
<button type="button" class="btn btn-secondary" data-dismiss="modal" id="disconnectionModalWelcomeScreenButton">Welcome screen</button>
</div>
</div>
</div>