forked from platypush/platypush
[UI] Removed <tt>
tag.
This commit is contained in:
parent
ba5d505c9b
commit
5e2973dd5f
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@
|
||||||
<form @submit.prevent="playUrl(urlPlay)">
|
<form @submit.prevent="playUrl(urlPlay)">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<label>
|
<label>
|
||||||
Play URL (use <tt>file://</tt> prefix for local files)
|
Play URL (use the file:// prefix for local files)
|
||||||
<input type="text" v-model="urlPlay" ref="playUrlInput" autofocus />
|
<input type="text" v-model="urlPlay" ref="playUrlInput" autofocus />
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue