mirror of https://github.com/micromata/borgbackup-butler.git

Kai Reinhard
14.52.2019 d46ddab639561a6bdfae72e560bb2b1c4e1dd9bf
borgbutler-webapp/src/components/views/config/ConfigurationServerTab.jsx
@@ -124,9 +124,9 @@
                                value={this.state.binary}
                                name={'binary'}
                                onChange={this.handleTextChange}
                                hint={'Choose your OS and BorgButler will download and use a ready to run borg binary from https://github.com/borgbackup/borg/releases or choose a manual installed version.'}
                                hint={`Choose your OS and BorgButler will download and use a ready to run borg binary from ${this.state.binariesDownloadUrl} or choose a manual installed version.`}
                            >
                                {this.state.binaries
                                {this.state.borgBinaries
                                    .map((binary, index) => <FormOption label={binary[1]} value={binary[0]}
                                                                        key={index}/>)}
                                <FormOption label={'Manual'} value={'manual'}/>