diff options
| author | Ali Rahimi <alirahimi818@gmail.com> | 2024-01-02 11:32:21 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-02 11:32:21 +0300 |
| commit | c76199514a62c921901b2b2a1c4dd3f93ff8df2a (patch) | |
| tree | ef82233fb8e7035be22c21a7375be6d0fb1c8868 /web/html/xui/inbounds.html | |
| parent | 31e9734414f084b9d1725d5ae9be46d3720ac122 (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/inbounds.html')
| -rw-r--r-- | web/html/xui/inbounds.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/web/html/xui/inbounds.html b/web/html/xui/inbounds.html index 2be031e5..8d1da2f4 100644 --- a/web/html/xui/inbounds.html +++ b/web/html/xui/inbounds.html @@ -446,6 +446,7 @@ <script src="{{ .base_path }}assets/js/model/xray.js?{{ .cur_ver }}"></script> <script src="{{ .base_path }}assets/js/model/dbinbound.js?{{ .cur_ver }}"></script> {{template "component/themeSwitcher" .}} +{{template "component/persianDatepicker" .}} <script> const columns = [{ title: "ID", @@ -539,6 +540,7 @@ data: { siderDrawer, themeSwitcher, + persianDatepicker, spinning: false, inbounds: [], dbInbounds: [], @@ -560,6 +562,7 @@ subURI : '' }, remarkModel: '-ieo', + datepicker: 'gregorian', tgBotEnable: false, pageSize: 0, isMobile: window.innerWidth <= 768, @@ -605,6 +608,7 @@ }; this.pageSize = pageSize; this.remarkModel = remarkModel; + this.datepicker = datepicker; } }, setInbounds(dbInbounds) { |
