Embed new web UI into server
This commit is contained in:
parent
1a3816c1ff
commit
e27d5719f0
38 changed files with 64 additions and 110 deletions
|
@ -109,6 +109,7 @@ const SubscribePage = (props) => {
|
|||
margin="dense"
|
||||
id="topic"
|
||||
placeholder="Topic name, e.g. phil_alerts"
|
||||
inputProps={{ maxLength: 64 }}
|
||||
value={props.topic}
|
||||
onChange={ev => props.setTopic(ev.target.value)}
|
||||
type="text"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue