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
51d79e15
Commit
51d79e15
authored
May 14, 2020
by
Sarah GP
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update failing snapshot
parent
b2d10215
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
ee/app/assets/javascripts/issues_analytics/components/issues_analytics.vue
...ascripts/issues_analytics/components/issues_analytics.vue
+1
-1
ee/spec/features/clusters/cluster_health_dashboard_spec.rb
ee/spec/features/clusters/cluster_health_dashboard_spec.rb
+1
-1
No files found.
ee/app/assets/javascripts/issues_analytics/components/issues_analytics.vue
View file @
51d79e15
...
@@ -157,7 +157,7 @@ export default {
...
@@ -157,7 +157,7 @@ export default {
@created="onCreated"
@created="onCreated"
/>
/>
<div
class=
"d-flex"
>
<div
class=
"d-flex"
>
<gl-chart-legend
v-if=
"chart"
:chart=
"chart"
:series-info=
"seriesInfo"
/>
<gl-chart-legend
v-if=
"chart"
:chart=
"chart"
:series-info=
"seriesInfo"
class=
"js-chart-legend"
/>
<div
class=
"issues-analytics-legend"
>
<div
class=
"issues-analytics-legend"
>
<span>
{{
s__
(
'
IssuesAnalytics|Total:
'
)
}}
{{
seriesTotal
}}
</span>
<span>
{{
s__
(
'
IssuesAnalytics|Total:
'
)
}}
{{
seriesTotal
}}
</span>
<span>
•
</span>
<span>
•
</span>
...
...
ee/spec/features/clusters/cluster_health_dashboard_spec.rb
View file @
51d79e15
...
@@ -78,7 +78,7 @@ describe 'Cluster Health board', :js, :kubeclient, :use_clean_rails_memory_store
...
@@ -78,7 +78,7 @@ describe 'Cluster Health board', :js, :kubeclient, :use_clean_rails_memory_store
expect
(
page
).
to
have_css
(
'.prometheus-graph'
)
expect
(
page
).
to
have_css
(
'.prometheus-graph'
)
expect
(
page
).
to
have_css
(
'.prometheus-graph-title'
)
expect
(
page
).
to
have_css
(
'.prometheus-graph-title'
)
expect
(
page
).
to
have_css
(
'[_echarts_instance_]'
)
expect
(
page
).
to
have_css
(
'[_echarts_instance_]'
)
expect
(
page
).
to
have_css
(
'.
gl
-legend'
)
expect
(
page
).
to
have_css
(
'.
js-chart
-legend'
)
end
end
end
end
...
...
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