Gitlab Community Edition Instance
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
Ispconfig3
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Gregor Thiem
Ispconfig3
Commits
2133a988
Unverified
Commit
2133a988
authored
2 years ago
by
Herman van Rink
Browse files
Options
Downloads
Patches
Plain Diff
Revert unlimited quota check for email, dovecot forces this to be 0.
parent
e11f336e
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
interface/web/dashboard/dashlets/templates/mailquota.htm
+1
-1
1 addition, 1 deletion
interface/web/dashboard/dashlets/templates/mailquota.htm
with
1 addition
and
1 deletion
interface/web/dashboard/dashlets/templates/mailquota.htm
+
1
−
1
View file @
2133a988
...
...
@@ -16,7 +16,7 @@
<td>
{tmpl_var name='name'}
</td>
<td>
{tmpl_var name='used'}
</td>
<td>
{tmpl_var name='quota'}
</td>
{tmpl_if name="quota_raw" op="!=" value="
-1
"}
<td>
{tmpl_if name="quota_raw" op="!=" value="
0
"}
<td>
<div
class=
'progress'
>
<div
class=
'progress-bar-striped progress-bar progress-bar-{tmpl_if name="used_percentage" op="<" value="50"}success{tmpl_elseif name="used_percentage" op="<" value="75"}warning{tmpl_else}danger{/tmpl_if}'
role=
'progressbar'
aria-valuemin=
'0'
aria-valuemax=
'100'
aria-valuenow=
'{tmpl_var name="used_percentage"}'
style=
'width:{tmpl_var name="used_percentage"}%'
><span>
{tmpl_var name="used_percentage"}%
</span>
<span
class=
'sr-only'
>
{tmpl_var name='used'} {tmpl_var name='of_txt'} {tmpl_var name='quota'}
</span>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment