Fixed recieving ingest details

This commit is contained in:
2020-12-06 20:01:47 +01:00
parent ae1754ca1f
commit 09dd2572f9
2 changed files with 10 additions and 2 deletions

View File

@@ -10,12 +10,12 @@
<md-field>
<label>URL</label>
<md-input readonly="true" v-model="editorData.url"></md-input>
<md-input :readonly="true" v-model="editorData.url"></md-input>
</md-field>
<md-field>
<label>Stream Key</label>
<md-input readonly="true" type="password" v-model="editorData.streamkey"></md-input>
<md-input :readonly="true" type="password" v-model="editorData.streamkey"></md-input>
</md-field>