Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
A
aisbf
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexlab
aisbf
Commits
d5565050
Commit
d5565050
authored
Apr 22, 2026
by
Stefy Lanza (nextime / spora )
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
default for auto topup
parent
d58f1e5e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
wallet.html
templates/dashboard/wallet.html
+2
-2
No files found.
templates/dashboard/wallet.html
View file @
d5565050
...
...
@@ -137,7 +137,7 @@
<span
style=
"position: absolute; left: 11px; top: 50%; transform: translateY(-50%); color: #4ade80; font-weight: bold;"
>
{{ currency_symbol }}
</span>
<input
type=
"number"
id=
"auto-topup-amount"
style=
"width: 100%; padding: 10px 10px 10px 26px; background: #1a1a2e; border: 1px solid #0f3460; border-radius: 6px; color: #e0e0e0; font-size: 15px;"
value=
"{{ wallet.auto_topup_amount or '' }}"
step=
"0.01"
min=
"10"
>
value=
"{{ wallet.auto_topup_amount or '
15
' }}"
step=
"0.01"
min=
"10"
>
</div>
</div>
<div
style=
"margin-bottom: 14px;"
>
...
...
@@ -146,7 +146,7 @@
<span
style=
"position: absolute; left: 11px; top: 50%; transform: translateY(-50%); color: #ffc107; font-weight: bold;"
>
{{ currency_symbol }}
</span>
<input
type=
"number"
id=
"auto-topup-threshold"
style=
"width: 100%; padding: 10px 10px 10px 26px; background: #1a1a2e; border: 1px solid #0f3460; border-radius: 6px; color: #e0e0e0; font-size: 15px;"
value=
"{{ wallet.auto_topup_threshold or '' }}"
step=
"0.01"
min=
"1"
>
value=
"{{ wallet.auto_topup_threshold or '
5
' }}"
step=
"0.01"
min=
"1"
>
</div>
</div>
<div
style=
"margin-bottom: 14px; color: #a0a0a0; font-size: 13px;"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment