Skip to content
This repository has been archived by the owner on May 14, 2021. It is now read-only.

Commit

Permalink
minor fix: 'Init' view
Browse files Browse the repository at this point in the history
  • Loading branch information
stenya committed Aug 19, 2020
1 parent 855ed7b commit b11884b
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions src/components/Init.vue
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
<template>
<div class="main">
<spinner :loading="isProcessing" />
<div class="large_text">Error connecting to IVPN daemon</div>
<div class="small_text">
Not connected to daemon. Please, ensure IVPN daemon is running and try to
reconnect.
</div>
<div style="height: 100%">
<div class="main">
<spinner :loading="isProcessing" />
<div class="large_text">Error connecting to IVPN daemon</div>
<div class="small_text">
Not connected to daemon. Please, ensure IVPN daemon is running and try
to reconnect.
</div>

<button class="btn" v-on:click="ConnectToDaemon">Retry ...</button>
<button class="btn" v-on:click="ConnectToDaemon">Retry ...</button>
</div>
</div>
</template>

Expand Down Expand Up @@ -46,7 +48,7 @@ export default {
@import "@/components/scss/constants";

.main {
margin: 15px;
padding: 15px;
margin-top: -100px;
height: 100%;

Expand Down

0 comments on commit b11884b

Please sign in to comment.