Compare commits
No commits in common. "2b84854ef228d89f22c775e91742cd3aa6610da9" and "fc3bea7f761a0821951f23d3b2114c265a13ef4a" have entirely different histories.
2b84854ef2
...
fc3bea7f76
@ -331,8 +331,9 @@ function Menu({menuActions, compUuid}) {
|
||||
<strong>{t('config.obs.warn1')}</strong>
|
||||
<div className="input-group mb-3">
|
||||
<span className="input-group-text">{t('adresseDuServeur')}</span>
|
||||
<input type="text" className="form-control" placeholder="ws://127.0.0.1:4455/" aria-label=""
|
||||
defaultValue={"ws://127.0.0.1:4455/"}/>
|
||||
<span className="input-group-text">{t('config.obs.ws')}</span>
|
||||
<input type="text" className="form-control" placeholder="127.0.0.1:4455" aria-label=""
|
||||
defaultValue={"127.0.0.1:4455"}/>
|
||||
<span className="input-group-text">/</span>
|
||||
</div>
|
||||
<div className="input-group mb-3">
|
||||
|
||||
@ -160,7 +160,7 @@ function Menu({menuActions}) {
|
||||
} else {
|
||||
importOBSConfiguration()
|
||||
.then(config => {
|
||||
connect(config.adresse, config.password, config.assets_dir);
|
||||
connect("ws://" + config.adresse + "/", config.password, config.assets_dir);
|
||||
})
|
||||
.catch(() => {
|
||||
toast.error(t('aucuneConfigurationObs'));
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user