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
1d4fff60
Commit
1d4fff60
authored
Jul 21, 2020
by
David O'Regan
Committed by
Natalia Tepluhina
Jul 21, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Alert management list spacing
parent
3a81e4a7
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
7 deletions
+14
-7
app/assets/javascripts/alert_management/components/alert_management_table.vue
...ts/alert_management/components/alert_management_table.vue
+5
-6
app/assets/stylesheets/pages/alert_management/list.scss
app/assets/stylesheets/pages/alert_management/list.scss
+4
-1
changelogs/unreleased/alert-management-list-spacing.yml
changelogs/unreleased/alert-management-list-spacing.yml
+5
-0
No files found.
app/assets/javascripts/alert_management/components/alert_management_table.vue
View file @
1d4fff60
...
...
@@ -60,15 +60,15 @@ export default {
{
key
:
'
severity
'
,
label
:
s__
(
'
AlertManagement|Severity
'
),
tdClass
:
`
${
tdClass
}
rounded-top text-capitalize`
,
thClass
:
`
${
thClass
}
gl-w-eighth`
,
tdClass
:
`
${
tdClass
}
rounded-top text-capitalize sortable-cell`
,
sortable
:
true
,
},
{
key
:
'
startedAt
'
,
label
:
s__
(
'
AlertManagement|Start time
'
),
thClass
:
`
${
thClass
}
js-started-at w-15p`
,
tdClass
,
tdClass
:
`
${
tdClass
}
sortable-cell`
,
sortable
:
true
,
},
{
...
...
@@ -81,7 +81,7 @@ export default {
key
:
'
eventCount
'
,
label
:
s__
(
'
AlertManagement|Events
'
),
thClass
:
`
${
thClass
}
text-right gl-w-12`
,
tdClass
:
`
${
tdClass
}
text-md-right`
,
tdClass
:
`
${
tdClass
}
text-md-right
sortable-cell
`
,
sortable
:
true
,
},
{
...
...
@@ -89,7 +89,6 @@ export default {
label
:
s__
(
'
AlertManagement|Issue
'
),
thClass
:
'
gl-w-12 gl-pointer-events-none
'
,
tdClass
,
sortable
:
false
,
},
{
key
:
'
assignees
'
,
...
...
@@ -99,9 +98,9 @@ export default {
},
{
key
:
'
status
'
,
thClass
:
`
${
thClass
}
w-15p`
,
label
:
s__
(
'
AlertManagement|Status
'
),
tdClass
:
`
${
tdClass
}
rounded-bottom`
,
thClass
:
`
${
thClass
}
w-15p`
,
tdClass
:
`
${
tdClass
}
rounded-bottom sortable-cell`
,
sortable
:
true
,
},
],
...
...
app/assets/stylesheets/pages/alert_management/list.scss
View file @
1d4fff60
...
...
@@ -14,12 +14,15 @@
td
,
th
{
@include
gl-pl-9
;
@include
gl-py-5
;
@include
gl-outline-none
;
@include
gl-relative
;
}
.sortable-cell
{
padding-left
:
calc
(
0
.75rem
+
0
.65em
);
}
th
{
background-color
:
transparent
;
font-weight
:
$gl-font-weight-bold
;
...
...
changelogs/unreleased/alert-management-list-spacing.yml
0 → 100644
View file @
1d4fff60
---
title
:
Alert management list spacing
merge_request
:
37320
author
:
type
:
fixed
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