Browse Source

fix(webapp): remove unsupported attribute

Peter Thomassen 5 years ago
parent
commit
24beded5c1
1 changed files with 2 additions and 2 deletions
  1. 2 2
      webapp/src/views/DynSetup.vue

+ 2 - 2
webapp/src/views/DynSetup.vue

@@ -116,7 +116,7 @@
                 Please verify that your client is using the credentials provided by deSEC and then come back to check
                 Please verify that your client is using the credentials provided by deSEC and then come back to check
                 again.
                 again.
               </p>
               </p>
-              <v-btn flat depressed outlined block @click="check" :loading="working">Check Again</v-btn>
+              <v-btn depressed outlined block @click="check" :loading="working">Check Again</v-btn>
             </v-alert>
             </v-alert>
             <v-alert type="success" v-if="ips !== undefined && ips.length > 0">
             <v-alert type="success" v-if="ips !== undefined && ips.length > 0">
               <p>
               <p>
@@ -135,7 +135,7 @@
                 Enjoy!
                 Enjoy!
               </p>
               </p>
               <p>
               <p>
-                <v-btn flat depressed outlined block @click="check" :loading="working">Update</v-btn>
+                <v-btn depressed outlined block @click="check" :loading="working">Update</v-btn>
               </p>
               </p>
               <p>
               <p>
                 Please note that deSEC only assigns your IP address to your domain name.
                 Please note that deSEC only assigns your IP address to your domain name.