|
|
@@ -56,10 +56,6 @@
|
|
|
<h4 class="flex-grow-1">
|
|
|
{{ $t('your_subdomains') }}
|
|
|
</h4>
|
|
|
- <v-img
|
|
|
- src="/images/help/what_is_a_subdomain.png"
|
|
|
- width="240px"
|
|
|
- />
|
|
|
</div>
|
|
|
|
|
|
<UiLoadingPanel v-if="subdomainsPending" />
|
|
|
@@ -99,6 +95,23 @@
|
|
|
}}
|
|
|
</v-btn>
|
|
|
</div>
|
|
|
+
|
|
|
+ <div class="explanation flex-column">
|
|
|
+ <div class="d-flex flex-row">
|
|
|
+ <div class="px-4 d-flex flex-row align-center justify-center py-2">
|
|
|
+ <v-icon class="theme-info">fa fa-info</v-icon>
|
|
|
+ </div>
|
|
|
+ <div class="px-2 d-flex flex-row align-center justify-left flex-grow-1">
|
|
|
+ {{ $t('a_short_subdomains_definition') }}
|
|
|
+ </div>
|
|
|
+ <v-img
|
|
|
+ src="/images/help/what_is_a_subdomain.png"
|
|
|
+ width="180px"
|
|
|
+ max-width="180px"
|
|
|
+ class="align-self-center mr-4"
|
|
|
+ />
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
</LayoutParametersSection>
|
|
|
</LayoutContainer>
|