Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
X
xpub-epmc
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package Registry
Container Registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Insights
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Literature-services
public-projects
xpub-epmc
Merge requests
!119
Dev
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Dev
dev
into
master
Overview
0
Commits
9
Pipelines
0
Changes
8
Merged
lit_git
requested to merge
dev
into
master
5 years ago
Overview
0
Commits
9
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Viewing commit
e850b285
Prev
Next
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
e850b285
Stop HTTP for pubsweet, use HTTPS only
· e850b285
Yuci Gou
authored
5 years ago
app/components/dashboard/AdminDashboard.jsx
+
2
−
2
Options
@@ -17,8 +17,8 @@ const ListTable = styled(Table)`
`
const
HelpdeskQueue
=
{
'
needs submission QA
'
:
[
'
submitted
'
],
'
needs
xml
QA
'
:
[
'
xml-qa
'
],
'
xml
error
reported
'
:
[
'
xml-triage
'
],
'
needs
XML
QA
'
:
[
'
xml-qa
'
],
'
XML
error
s
'
:
[
'
xml-triage
'
],
'
needs citation
'
:
[
'
xml-complete
'
],
}