Skip to content
Snippets Groups Projects

Increase and sort number of options displayed for cycle analytics projects dropdown

1 unresolved thread
6 files
+ 88
58
Compare changes
  • Side-by-side
  • Inline
Files
6
@@ -22,6 +22,14 @@ export default {
@@ -22,6 +22,14 @@ export default {
type: String,
type: String,
required: true,
required: true,
},
},
 
noDataSvgPath: {
 
type: String,
 
required: true,
 
},
 
noAccessSvgPath: {
 
type: String,
 
required: true,
 
},
},
},
data() {
data() {
return {
return {
@@ -140,6 +148,8 @@ export default {
@@ -140,6 +148,8 @@ export default {
:is-loading-stage="isLoadingStage"
:is-loading-stage="isLoadingStage"
:is-empty-stage="isEmptyStage"
:is-empty-stage="isEmptyStage"
:events="events"
:events="events"
 
:no-data-svg-path="noDataSvgPath"
 
:no-access-svg-path="noAccessSvgPath"
@selectStage="onStageSelect"
@selectStage="onStageSelect"
/>
/>
</div>
</div>
Loading