mirror of
https://github.com/google/bumble.git
synced 2026-06-18 10:12:27 +00:00
wip
This commit is contained in:
@@ -10,7 +10,7 @@ class BumbleControls extends LitElement {
|
||||
render() {
|
||||
return html`
|
||||
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
|
||||
<dialog id="settings-dialog" @close=${this.onSettingsDialogClose}>
|
||||
<dialog id="settings-dialog" @close=${this.onSettingsDialogClose} style="font-family:sans-serif">
|
||||
<p>WebSocket URL for HCI transport</p>
|
||||
<form>
|
||||
<input id="settings-hci-url-input" type="text" size="50"></input>
|
||||
|
||||
Reference in New Issue
Block a user