diff --git a/templates/satmachineadmin/index.html b/templates/satmachineadmin/index.html index 8faf730..584a27b 100644 --- a/templates/satmachineadmin/index.html +++ b/templates/satmachineadmin/index.html @@ -33,7 +33,7 @@ class="q-mb-md" :class="superConfig.super_fee_pct > 0 ? 'bg-blue-1 text-grey-9' : 'bg-grey-2 text-grey-9'"> LNbits platform fee: @@ -762,7 +762,7 @@ :rules="[ v => !!v || 'Required', v => (v && v.length >= 32) || 'Looks too short' - ]" /> + ]"> + :rules="[v => !!v || 'Pick a wallet']"> + dense outlined> @@ -1103,13 +1103,13 @@ label="Liquidity provider" emit-value map-options class="q-mb-md" dense outlined - :rules="[v => !!v || 'Pick an LP']" /> + :rules="[v => !!v || 'Pick an LP']"> + :rules="[v => v > 0 || 'Must be > 0']"> + :rules="[v => !!v || 'Required']"> + :rules="[v => !!v || 'Required']"> + :rules="[v => !!v || 'Required']"> + :rules="[v => !!v || 'Pick a wallet']"> + :rules="[v => v > 0 || 'Must be > 0']">