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
c5b9bd1b
Commit
c5b9bd1b
authored
Jun 03, 2020
by
samdbeckham
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adds changes from @wortschi review
- removes a redundant empty state class
parent
484e3adb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
2 deletions
+0
-2
ee/app/assets/javascripts/environments_dashboard/components/dashboard/dashboard.vue
...environments_dashboard/components/dashboard/dashboard.vue
+0
-1
ee/spec/frontend/environments_dashboard/components/__snapshots__/dashboard_spec.js.snap
...dashboard/components/__snapshots__/dashboard_spec.js.snap
+0
-1
No files found.
ee/app/assets/javascripts/environments_dashboard/components/dashboard/dashboard.vue
View file @
c5b9bd1b
...
...
@@ -193,7 +193,6 @@ export default {
<gl-empty-state
v-else
class=
"js-empty-state"
:title=
"$options.emptyDashboardHeader"
:svg-path=
"emptyDashboardSvgPath"
>
...
...
ee/spec/frontend/environments_dashboard/components/__snapshots__/dashboard_spec.js.snap
View file @
c5b9bd1b
...
...
@@ -66,7 +66,6 @@ exports[`dashboard should match the snapshot 1`] = `
class="prepend-top-default"
>
<gl-empty-state-stub
class="js-empty-state"
svgpath="/assets/illustrations/operations-dashboard_empty.svg"
title="Add a project to the dashboard"
/>
...
...
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