Kaynağa Gözat

feat(webapp): advertise talk.desec.io in confirmation views

Peter Thomassen 5 yıl önce
ebeveyn
işleme
5a38bd491e

+ 4 - 0
webapp/src/components/GenericActionHandler.vue

@@ -6,6 +6,10 @@
     <v-alert type="success" v-if="success">
       <p>{{ this.response.data.detail }}</p>
     </v-alert>
+    <p>
+      Questions? Please check out our forum at <a href="https://talk.desec.io/">talk.desec.io</a>. Chances are
+      that someone had the same question before.
+    </p>
   </div>
 </template>
 

+ 5 - 1
webapp/src/views/DynSetup.vue

@@ -33,7 +33,7 @@
               </div>
             </v-alert>
             <p>
-              Congratulations, you are now the owner of <span class="fixed-width">{{ $route.params.domain }}</span>.
+              Congratulations, you are now the owner of <span class="fixed-width">{{ $route.params.domain }}</span>!
             </p>
             <h2 class="title">Set Up Your Domain</h2>
             <p>
@@ -107,6 +107,10 @@
                 </v-expansion-panel-content>
               </v-expansion-panel>
             </v-expansion-panels>
+            <p>
+              Questions? Please check out our forum at <a href="https://talk.desec.io/">talk.desec.io</a>. Chances are
+              that someone had the same question before.
+            </p>
 
             <h2 class="title">Check Domain Status</h2>
             <v-alert type="info" v-if="ips !== undefined && ips.length === 0">