From d46ddab639561a6bdfae72e560bb2b1c4e1dd9bf Mon Sep 17 00:00:00 2001
From: Kai Reinhard <K.Reinhard@micromata.de>
Date: Mon, 14 Jan 2019 22:52:30 +0000
Subject: [PATCH] Auto-install borg...

---
 borgbutler-webapp/src/components/views/config/ConfigurationServerTab.jsx |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/borgbutler-webapp/src/components/views/config/ConfigurationServerTab.jsx b/borgbutler-webapp/src/components/views/config/ConfigurationServerTab.jsx
index 3143c7e..b38500e 100644
--- a/borgbutler-webapp/src/components/views/config/ConfigurationServerTab.jsx
+++ b/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'}/>

--
Gitblit v1.10.0