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
cbcf5829
Commit
cbcf5829
authored
Jun 02, 2020
by
lauraMon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change sort order
parent
6840b554
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
app/assets/javascripts/alert_management/components/alert_management_list.vue
...pts/alert_management/components/alert_management_list.vue
+4
-2
No files found.
app/assets/javascripts/alert_management/components/alert_management_list.vue
View file @
cbcf5829
...
...
@@ -189,7 +189,7 @@ export default {
errored
:
false
,
isAlertDismissed
:
false
,
isErrorAlertDismissed
:
false
,
sort
:
'
STARTED_AT_
A
SC
'
,
sort
:
'
STARTED_AT_
DE
SC
'
,
statusFilter
:
[],
filteredByStatus
:
''
,
pagination
:
initialPaginationState
,
...
...
@@ -229,6 +229,9 @@ export default {
},
mounted
()
{
this
.
trackPageViews
();
if
(
this
.
alertManagementEnabled
)
{
findDefaultSortColumn
().
ariaSort
=
'
descending
'
;
}
},
methods
:
{
filterAlertsByStatus
(
tabIndex
)
{
...
...
@@ -345,7 +348,6 @@ export default {
:tbody-tr-class=
"tbodyTrClass"
:no-local-sorting=
"true"
sort-icon-left
sort-by=
"startedAt"
@
row-clicked=
"navigateToAlertDetails"
@
sort-changed=
"fetchSortedData"
>
...
...
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