do not display usages on dashboard in fixed size-units but dynamically adjusted
Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
4
templates/Sparkle/customer/index/index.tpl
vendored
4
templates/Sparkle/customer/index/index.tpl
vendored
@@ -87,7 +87,7 @@ $header
|
||||
<if $userinfo['email_accounts'] != '∞'>
|
||||
{$userinfo['email_accounts']} {$lng['panel']['available']}<br />
|
||||
</if>
|
||||
{$userinfo['mailspace_used']} {$lng['customer']['mib']}
|
||||
{$userinfo['mailspace_used']}
|
||||
</small>
|
||||
</div>
|
||||
</if>
|
||||
@@ -130,7 +130,7 @@ $header
|
||||
<if $userinfo['mysqls'] != '∞'>
|
||||
{$userinfo['mysqls']} {$lng['panel']['available']}<br />
|
||||
</if>
|
||||
{$userinfo['dbspace_used']} {$lng['customer']['mib']}
|
||||
{$userinfo['dbspace_used']}
|
||||
</small>
|
||||
</div>
|
||||
</if>
|
||||
|
||||
Reference in New Issue
Block a user