Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
I
ISPConfig 3
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
Zvonimir
ISPConfig 3
Commits
4aec3040
Commit
4aec3040
authored
Sep 09, 2014
by
Till Brehm
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- Show number of domains in limits dashlet.
parent
36c85e05
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
1 deletion
+5
-1
interface/web/dashboard/dashlets/limits.php
interface/web/dashboard/dashlets/limits.php
+3
-1
interface/web/dashboard/lib/lang/de_dashlet_limits.lng
interface/web/dashboard/lib/lang/de_dashlet_limits.lng
+1
-0
interface/web/dashboard/lib/lang/en_dashlet_limits.lng
interface/web/dashboard/lib/lang/en_dashlet_limits.lng
+1
-0
No files found.
interface/web/dashboard/dashlets/limits.php
View file @
4aec3040
...
@@ -105,7 +105,9 @@ class dashlet_limits {
...
@@ -105,7 +105,9 @@ class dashlet_limits {
'db_table'
=>
'client'
,
'db_table'
=>
'client'
,
'db_where'
=>
""
);
'db_where'
=>
""
);
$limits
[]
=
array
(
'field'
=>
'limit_domain'
,
'db_table'
=>
'domain'
,
'db_where'
=>
""
);
//* Loading Template
//* 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';
...
@@ -27,4 +27,5 @@ $wb['limit_webdav_user_txt'] = 'Anzahl der WebDAV Benutzer';
$wb
[
'limit_client_txt'
]
=
'Anzahl der Kunden'
;
$wb
[
'limit_client_txt'
]
=
'Anzahl der Kunden'
;
$wb
[
'limit_database_txt'
]
=
'Anzahl der Datenbanken'
;
$wb
[
'limit_database_txt'
]
=
'Anzahl der Datenbanken'
;
$wb
[
'limit_mailmailinglist_txt'
]
=
'Anzahl der Mailinglisten'
;
$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';
...
@@ -27,4 +27,5 @@ $wb["limit_shell_user_txt"] = 'Number of Shell users';
$wb
[
"limit_webdav_user_txt"
]
=
'Number of Webdav users'
;
$wb
[
"limit_webdav_user_txt"
]
=
'Number of Webdav users'
;
$wb
[
"limit_client_txt"
]
=
'Number of Clients'
;
$wb
[
"limit_client_txt"
]
=
'Number of Clients'
;
$wb
[
"limit_database_txt"
]
=
'Number of Databases'
;
$wb
[
"limit_database_txt"
]
=
'Number of Databases'
;
$wb
[
'limit_domain_txt'
]
=
'Number of Domains'
;
?>
?>
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