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
b75e03a6
Commit
b75e03a6
authored
Mar 28, 2019
by
Jose Vargas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update translation files
parent
481d25bf
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
locale/gitlab.pot
locale/gitlab.pot
+3
-0
spec/javascripts/monitoring/dashboard_spec.js
spec/javascripts/monitoring/dashboard_spec.js
+1
-1
No files found.
locale/gitlab.pot
View file @
b75e03a6
...
@@ -5100,6 +5100,9 @@ msgstr ""
...
@@ -5100,6 +5100,9 @@ msgstr ""
msgid "Metrics|No deployed environments"
msgid "Metrics|No deployed environments"
msgstr ""
msgstr ""
msgid "Metrics|Show Last"
msgstr ""
msgid "Metrics|There was an error fetching the environments data, please try again"
msgid "Metrics|There was an error fetching the environments data, please try again"
msgstr ""
msgstr ""
...
...
spec/javascripts/monitoring/dashboard_spec.js
View file @
b75e03a6
...
@@ -138,7 +138,7 @@ describe('Dashboard', () => {
...
@@ -138,7 +138,7 @@ describe('Dashboard', () => {
setTimeout
(()
=>
{
setTimeout
(()
=>
{
const
dropdownMenuEnvironments
=
component
.
$el
.
querySelectorAll
(
const
dropdownMenuEnvironments
=
component
.
$el
.
querySelectorAll
(
'
.js-environments-dropdown
ul
'
,
'
.js-environments-dropdown
.dropdown-item
'
,
);
);
expect
(
dropdownMenuEnvironments
.
length
).
toEqual
(
0
);
expect
(
dropdownMenuEnvironments
.
length
).
toEqual
(
0
);
...
...
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