Fixed recieving ingest details
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user