Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
d5454ac9
Commit
d5454ac9
authored
Jan 26, 2021
by
Justin Ho
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Extract metrics_and_profiling CSS to page bundle
Move away from admin.css
parent
45a49305
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
4 deletions
+6
-4
app/assets/stylesheets/page_bundles/admin/application_settings_metrics_and_profiling.scss
...les/admin/application_settings_metrics_and_profiling.scss
+3
-0
app/assets/stylesheets/pages/admin.scss
app/assets/stylesheets/pages/admin.scss
+0
-4
app/views/admin/application_settings/metrics_and_profiling.html.haml
...dmin/application_settings/metrics_and_profiling.html.haml
+2
-0
config/application.rb
config/application.rb
+1
-0
No files found.
app/assets/stylesheets/page_bundles/admin/application_settings_metrics_and_profiling.scss
0 → 100644
View file @
d5454ac9
.usage-data
{
max-height
:
400px
;
}
app/assets/stylesheets/pages/admin.scss
View file @
d5454ac9
.usage-data
{
max-height
:
400px
;
}
[
data-page
=
'admin:jobs:index'
]
{
.admin-builds-table
{
td
:last-child
{
...
...
app/views/admin/application_settings/metrics_and_profiling.html.haml
View file @
d5454ac9
-
add_page_specific_style
'page_bundles/admin/application_settings_metrics_and_profiling'
-
breadcrumb_title
_
(
"Metrics and profiling"
)
-
page_title
_
(
"Metrics and profiling"
)
-
@content_class
=
"limit-container-width"
unless
fluid_layout
...
...
config/application.rb
View file @
d5454ac9
...
...
@@ -176,6 +176,7 @@ module Gitlab
config
.
assets
.
precompile
<<
"notify.css"
config
.
assets
.
precompile
<<
"mailers/*.css"
config
.
assets
.
precompile
<<
"page_bundles/_mixins_and_variables_and_functions.css"
config
.
assets
.
precompile
<<
"page_bundles/admin/application_settings_metrics_and_profiling.css"
config
.
assets
.
precompile
<<
"page_bundles/alert_management_details.css"
config
.
assets
.
precompile
<<
"page_bundles/alert_management_settings.css"
config
.
assets
.
precompile
<<
"page_bundles/boards.css"
...
...
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