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:
authorAli Rahimi <alirahimi818@gmail.com>2024-01-02 11:32:21 +0300
committerGitHub <noreply@github.com>2024-01-02 11:32:21 +0300
commitc76199514a62c921901b2b2a1c4dd3f93ff8df2a (patch)
treeef82233fb8e7035be22c21a7375be6d0fb1c8868 /web/html/xui/inbound_modal.html
parent31e9734414f084b9d1725d5ae9be46d3720ac122 (diff)
added Jalalian datepicker (shamsi) (#1460)
* added datepicker option in setting page jalalian datepicker component was added translate files for datepicker updated * dark mode bug fixed
Diffstat (limited to 'web/html/xui/inbound_modal.html')
-rw-r--r--web/html/xui/inbound_modal.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/web/html/xui/inbound_modal.html b/web/html/xui/inbound_modal.html
index f7f9d727..ab42e09c 100644
--- a/web/html/xui/inbound_modal.html
+++ b/web/html/xui/inbound_modal.html
@@ -63,6 +63,9 @@
get client() {
return inModal.inbound.clients[0];
},
+ get datepicker() {
+ return app.datepicker;
+ },
get delayedExpireDays() {
return this.client && this.client.expiryTime < 0 ? this.client.expiryTime / -86400000 : 0;
},