add place holder for well-known locations
This commit is contained in:
@@ -109,17 +109,17 @@ defineExpose({
|
||||
|
||||
<FormGroup>
|
||||
<label for="">{{ $t('domains.domainDialog.matrixHostname') }}</label>
|
||||
<TextInput id="" v-model="matrixHostname" />
|
||||
<TextInput id="" v-model="matrixHostname" placeholder="synapse.example.com:443"/>
|
||||
</FormGroup>
|
||||
|
||||
<FormGroup>
|
||||
<label for="">{{ $t('domains.domainDialog.mastodonHostname') }}</label>
|
||||
<TextInput id="" v-model="mastodonHostname" />
|
||||
<TextInput id="" v-model="mastodonHostname" placeholder="mastodon.example.com"/>
|
||||
</FormGroup>
|
||||
|
||||
<FormGroup>
|
||||
<label for="">{{ $t('domains.domainDialog.jitsiHostname') }}</label>
|
||||
<TextInput id="" v-model="jitsiHostname" />
|
||||
<TextInput id="" v-model="jitsiHostname" placeholder="jitsi.example.com"/>
|
||||
</FormGroup>
|
||||
</fieldset>
|
||||
</form>
|
||||
|
||||
Reference in New Issue
Block a user