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
6c0dcfd6
Commit
6c0dcfd6
authored
Jan 14, 2022
by
Brandon Labuschagne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clean up VSA template logic
parent
6baff2b4
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
24 additions
and
24 deletions
+24
-24
ee/app/assets/javascripts/analytics/cycle_analytics/components/base.vue
...javascripts/analytics/cycle_analytics/components/base.vue
+24
-24
No files found.
ee/app/assets/javascripts/analytics/cycle_analytics/components/base.vue
View file @
6c0dcfd6
...
...
@@ -162,7 +162,7 @@ export default {
"
:svg-path=
"emptyStateSvgPath"
/>
<div
v-
if=
"!shouldRenderEmptyState"
class=
"gl-max-w-full"
>
<div
v-
else
class=
"gl-max-w-full"
>
<path-navigation
v-if=
"selectedStageReady"
data-testid=
"vsa-path-navigation"
...
...
@@ -181,11 +181,9 @@ export default {
@
selectProject=
"onProjectsSelect"
@
setDateRange=
"onSetDateRange"
/>
</div>
<div
v-if=
"!shouldRenderEmptyState"
class=
"gl-mt-2"
>
<gl-empty-state
v-if=
"hasNoAccessError"
class=
"js-empty-state"
class=
"js-empty-state
gl-mt-2
"
:title=
"__('You don’t have access to Value Stream Analytics for this group')"
:svg-path=
"noAccessSvgPath"
:description=
"
...
...
@@ -195,6 +193,7 @@ export default {
"
/>
<template
v-else
>
<div
class=
"gl-mt-2"
>
<template
v-if=
"isOverviewStageSelected"
>
<value-stream-metrics
:request-path=
"currentGroupPath"
...
...
@@ -216,6 +215,7 @@ export default {
include-project-name
@
handleUpdatePagination=
"onHandleUpdatePagination"
/>
</div>
<url-sync
v-if=
"selectedStageReady"
:query=
"query"
/>
</template>
</div>
...
...
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