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

Kai Reinhard
30.09.2018 928dadfba2012de0d99c2898e2ce01d56225b93e
borgbutler-webapp/src/components/views/config/ConfigurationServerTab.jsx
@@ -117,7 +117,8 @@
                                     step={50}
                                     name={'maxArchiveContentCacheCapacityMb'} value={this.state.maxArchiveContentCacheCapacityMb}
                                     onChange={this.handleTextChange}
                                     placeholder="Enter maximum Capacity"/>
                                     placeholder="Enter maximum Capacity"
                hint={`Limits the cache size of archive file lists in the local cache directory: ${this.state.cacheDir}`}/>
                <FormLabelField label={<I18n name={'configuration.webDevelopmentMode'}/>} fieldLength={2}>
                    <FormCheckbox checked={this.state.webDevelopmentMode}
                                  hintKey={'configuration.webDevelopmentMode.hint'}