Start with correct dns waiting state
This commit is contained in:
@@ -20,7 +20,7 @@ const ipProviders = [
|
||||
const formError = ref({});
|
||||
const busy = ref(false);
|
||||
const ready = ref(false);
|
||||
const waitingForDnsSetup = ref(true);
|
||||
const waitingForDnsSetup = ref(false);
|
||||
const progressMessage = ref('');
|
||||
const taskMinutesActive = ref(0);
|
||||
const domain = ref('');
|
||||
@@ -146,7 +146,7 @@ onMounted(async () => {
|
||||
<div class="container" v-if="ready">
|
||||
<Notification/>
|
||||
|
||||
<Transition name="slide-fade" mode="out-in">
|
||||
<Transition name="slide-up" mode="out-in">
|
||||
<div class="view" v-if="waitingForDnsSetup" style="text-align: center; max-width: unset;">
|
||||
<Spinner class="pankow-spinner-large"/>
|
||||
<h3>{{ progressMessage }} ...</h3>
|
||||
|
||||
Reference in New Issue
Block a user