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

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHo3ein <ho3ein.sanaei@gmail.com>2023-05-06 12:23:41 +0300
committerGitHub <noreply@github.com>2023-05-06 12:23:41 +0300
commitac31d6d9fb666ba8deec353d0ba783eb6a8b231f (patch)
treeea1e1764da0208035a7000f7d884a6c36b55d830 /web/html/common/text_modal.html
parent78638a97373bccc761f46cbbef0fda34a8dedd6c (diff)
parent83c853ffb6b896c8a6d1eef4e0354ba1201ebf13 (diff)
Merge pull request #347 from hamid-gh98/main
[Feature] import/export database in the panel
Diffstat (limited to 'web/html/common/text_modal.html')
-rw-r--r--web/html/common/text_modal.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/web/html/common/text_modal.html b/web/html/common/text_modal.html
index b2da6160..ce77d0ca 100644
--- a/web/html/common/text_modal.html
+++ b/web/html/common/text_modal.html
@@ -4,7 +4,8 @@
:class="siderDrawer.isDarkTheme ? darkClass : ''"
:ok-button-props="{attrs:{id:'txt-modal-ok-btn'}}">
<a-button v-if="!ObjectUtil.isEmpty(txtModal.fileName)" type="primary" style="margin-bottom: 10px;"
- :href="'data:application/text;charset=utf-8,' + encodeURIComponent(txtModal.content)" :download="txtModal.fileName">
+ :href="'data:application/text;charset=utf-8,' + encodeURIComponent(txtModal.content)"
+ :download="txtModal.fileName">
{{ i18n "download" }} [[ txtModal.fileName ]]
</a-button>
<a-input type="textarea" v-model="txtModal.content"