Browse Source

feat(webapp): explain subname

Peter Thomassen 1 year ago
parent
commit
0b5b3e4066
2 changed files with 2 additions and 0 deletions
  1. 1 0
      www/webapp/src/views/CrudList.vue
  2. 1 0
      www/webapp/src/views/CrudListRecord.vue

+ 1 - 0
www/webapp/src/views/CrudList.vue

@@ -128,6 +128,7 @@
                                 :error-messages="c.createErrors"
                                 :required="c.required || false"
                                 :disabled="createInhibited || createDialogSuccess"
+                                :hint="c.hint"
                                 autofocus
                                 @input="clearErrors(c)"
                         />

+ 1 - 0
www/webapp/src/views/CrudListRecord.vue

@@ -48,6 +48,7 @@ export default {
           name: 'item.subname',
           text: 'Subname',
           align: 'left',
+          hint: 'This is only the part in front of your domain. Example: "www"',
           sortable: true,
           value: 'subname',
           readonly: true,