Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
hostmaster
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
hostmaster
Commits
c07487b1
"README.md" did not exist on "fb4f25aac7982fcda1477e59f67759ff05ccdf94"
Commit
c07487b1
authored
Mar 24, 2012
by
James Scott
Committed by
Steven Jones
Mar 24, 2012
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#1437856
by jlscott: Fixed Display of Client Quota missing pager navigation bar.
parent
7cb11bc3
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
modules/hosting/quota/hosting_quota.module
+1
-1
1 addition, 1 deletion
modules/hosting/quota/hosting_quota.module
with
1 addition
and
1 deletion
modules/hosting/quota/hosting_quota.module
+
1
−
1
View file @
c07487b1
...
...
@@ -389,7 +389,7 @@ function theme_hosting_quota_admin_list ($client_quotas, $resources) {
}
$rows
[]
=
$row
;
}
return
'<p>'
.
t
(
'Usage information for the last month.'
)
.
'</p>'
.
theme
(
'table'
,
$header
,
$rows
);
return
'<p>'
.
t
(
'Usage information for the last month.'
)
.
'</p>'
.
theme
(
'table'
,
$header
,
$rows
)
.
theme
(
'pager'
,
NULL
,
23
,
0
)
;
}
/**
...
...
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