Skip to content
Snippets Groups Projects

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

1 unresolved thread
9 files
+ 67
4
Compare changes
  • Side-by-side
  • Inline
Files
9
@@ -20,7 +20,7 @@ export default {
@@ -20,7 +20,7 @@ export default {
<li
<li
:class="[active ? activeClass : inactiveClass]"
:class="[active ? activeClass : inactiveClass]"
class="js-add-stage-button stage-nav-item ml-2 mb-1 rounded d-flex justify-content-center border-width-1px"
class="js-add-stage-button stage-nav-item ml-2 mb-1 rounded d-flex justify-content-center border-width-1px"
@click="$emit('showform')"
@click.prevent="$emit('showform')"
>
>
{{ s__('CustomCycleAnalytics|Add a stage') }}
{{ s__('CustomCycleAnalytics|Add a stage') }}
</li>
</li>
Loading