Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/duplicati/duplicati.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth Hsu <kennethhsu@gmail.com>2021-06-24 18:36:41 +0300
committerKenneth Hsu <kennethhsu@gmail.com>2021-06-24 18:36:41 +0300
commit8f1341306d35afad587436abe6349161c0b125e5 (patch)
treec05312a706e3bb3d5981e5de47d0de31a08ce7b5 /Duplicati
parentf4b2e5c0f000ad6404e2ff90d5cb299456b8f2c4 (diff)
Show deprecation message before option description.
Diffstat (limited to 'Duplicati')
-rw-r--r--Duplicati/Server/webroot/ngax/templates/advancedoptionseditor.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/Duplicati/Server/webroot/ngax/templates/advancedoptionseditor.html b/Duplicati/Server/webroot/ngax/templates/advancedoptionseditor.html
index f70481cba..852e17f68 100644
--- a/Duplicati/Server/webroot/ngax/templates/advancedoptionseditor.html
+++ b/Duplicati/Server/webroot/ngax/templates/advancedoptionseditor.html
@@ -39,8 +39,8 @@
<a href ng-click="deleteItem(item)" title="{{'Remove option' | translate}}">x</a>
- <div class="longdescription">{{getLongDescription(item)}}<br>Default value: "{{getDefaultValue(item)}}"</div>
<div ng-if="getDeprecationMessage(item)" class="longdescription">DEPRECATED: {{getDeprecationMessage(item)}}</div>
+ <div class="longdescription">{{getLongDescription(item)}}<br>Default value: "{{getDefaultValue(item)}}"</div>
</li>
<li>