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
74630761
Commit
74630761
authored
Jan 26, 2021
by
Justin Ho
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Extract jobs_index CSS to page bundle
Move away from admin.css
parent
d5454ac9
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
7 deletions
+7
-7
app/assets/stylesheets/page_bundles/admin/jobs_index.scss
app/assets/stylesheets/page_bundles/admin/jobs_index.scss
+5
-0
app/assets/stylesheets/pages/admin.scss
app/assets/stylesheets/pages/admin.scss
+0
-7
app/views/admin/jobs/index.html.haml
app/views/admin/jobs/index.html.haml
+1
-0
config/application.rb
config/application.rb
+1
-0
No files found.
app/assets/stylesheets/page_bundles/admin/jobs_index.scss
0 → 100644
View file @
74630761
.admin-builds-table
{
td
:last-child
{
min-width
:
120px
;
}
}
app/assets/stylesheets/pages/admin.scss
View file @
74630761
[
data-page
=
'admin:jobs:index'
]
{
.admin-builds-table
{
td
:last-child
{
min-width
:
120px
;
}
}
}
app/views/admin/jobs/index.html.haml
View file @
74630761
-
add_page_specific_style
'page_bundles/ci_status'
-
add_page_specific_style
'page_bundles/admin/jobs_index'
-
breadcrumb_title
_
(
"Jobs"
)
-
page_title
_
(
"Jobs"
)
...
...
config/application.rb
View file @
74630761
...
...
@@ -177,6 +177,7 @@ module Gitlab
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/admin/jobs_index.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