mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-11 10:09:59 +00:00
Add daemon host extension option
This commit is contained in:
@@ -118,6 +118,13 @@ export default class Bridge extends Component<BridgeProps, BridgeState> {
|
||||
</div>
|
||||
<div className="option__label">
|
||||
{ backupMessageStart }
|
||||
<input className="bridge__backup-host"
|
||||
name="bridgeBackupHost"
|
||||
type="text"
|
||||
required
|
||||
value={ this.props.options.bridgeBackupHost }
|
||||
onChange={ this.props.onChange } />
|
||||
:
|
||||
<input className="bridge__backup-port"
|
||||
name="bridgeBackupPort"
|
||||
type="number"
|
||||
|
||||
Reference in New Issue
Block a user