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:
authorHamidreza Ghavami <hamid.r.gh.1998@gmail.com>2023-05-05 21:22:35 +0300
committerHamidreza Ghavami <hamid.r.gh.1998@gmail.com>2023-05-05 21:22:35 +0300
commitc8baf5ceee27385f753a3d09d95e02efb3bc45cf (patch)
treeadeac049858f1a41b676b3c12011e98ec719426c /web/html/common/text_modal.html
parent85c715a2f610aad306e1ef9c3856f2264b01124e (diff)
add modal and button for import/export db
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"