Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
lolo888
ISPConfig 3
Commits
4aec3040
Commit
4aec3040
authored
Sep 09, 2014
by
Till Brehm
Browse files
- Show number of domains in limits dashlet.
parent
36c85e05
Changes
3
Hide whitespace changes
Inline
Side-by-side
interface/web/dashboard/dashlets/limits.php
View file @
4aec3040
...
...
@@ -105,7 +105,9 @@ class dashlet_limits {
'db_table'
=>
'client'
,
'db_where'
=>
""
);
$limits
[]
=
array
(
'field'
=>
'limit_domain'
,
'db_table'
=>
'domain'
,
'db_where'
=>
""
);
//* Loading Template
...
...
interface/web/dashboard/lib/lang/de_dashlet_limits.lng
View file @
4aec3040
...
...
@@ -27,4 +27,5 @@ $wb['limit_webdav_user_txt'] = 'Anzahl der WebDAV Benutzer';
$wb
[
'limit_client_txt'
]
=
'Anzahl der Kunden'
;
$wb
[
'limit_database_txt'
]
=
'Anzahl der Datenbanken'
;
$wb
[
'limit_mailmailinglist_txt'
]
=
'Anzahl der Mailinglisten'
;
$wb
[
'limit_domain_txt'
]
=
'Anzahl der Domains'
;
?>
interface/web/dashboard/lib/lang/en_dashlet_limits.lng
View file @
4aec3040
...
...
@@ -27,4 +27,5 @@ $wb["limit_shell_user_txt"] = 'Number of Shell users';
$wb
[
"limit_webdav_user_txt"
]
=
'Number of Webdav users'
;
$wb
[
"limit_client_txt"
]
=
'Number of Clients'
;
$wb
[
"limit_database_txt"
]
=
'Number of Databases'
;
$wb
[
'limit_domain_txt'
]
=
'Number of Domains'
;
?>
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment