From 928dadfba2012de0d99c2898e2ce01d56225b93e Mon Sep 17 00:00:00 2001
From: Kai Reinhard <K.Reinhard@micromata.de>
Date: Sat, 29 Dec 2018 23:09:07 +0000
Subject: [PATCH] Shows now cache dir.
---
borgbutler-webapp/src/components/views/config/ConfigurationServerTab.jsx | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/borgbutler-webapp/src/components/views/config/ConfigurationServerTab.jsx b/borgbutler-webapp/src/components/views/config/ConfigurationServerTab.jsx
index 8f73c99..4a041dd 100644
--- a/borgbutler-webapp/src/components/views/config/ConfigurationServerTab.jsx
+++ b/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'}
--
Gitblit v1.10.0