[web-src] change styling of url-modal, default to play the stream and

set focus after showing the modal
This commit is contained in:
chme
2019-05-28 22:48:58 +02:00
parent 4c15c40b07
commit 509141ebe3
2 changed files with 69 additions and 24 deletions

View File

@@ -12,11 +12,11 @@
</span>
<span>Hide previous</span>
</a>
<a class="button is-small" @click="add_stream_dialog">
<a class="button is-small" @click="open_add_stream_dialog">
<span class="icon">
<i class="mdi mdi-web"></i>
</span>
<span>Add URL Stream</span>
<span>Add Stream</span>
</a>
<!--
<a class="button" :class="{ 'is-info': edit_mode }" @click="edit_mode = !edit_mode">
@@ -133,7 +133,7 @@ export default {
this.show_details_modal = true
},
add_stream_dialog: function (item) {
open_add_stream_dialog: function (item) {
this.show_url_modal = true
}
}