Commit 7174eeec authored by Axel García's avatar Axel García

Reorder items on swimlanes sidebar

parent d3136364
...@@ -56,12 +56,12 @@ export default { ...@@ -56,12 +56,12 @@ export default {
<template> <template>
<board-assignee-dropdown /> <board-assignee-dropdown />
<board-sidebar-epic-select /> <board-sidebar-epic-select />
<board-sidebar-milestone-select />
<board-sidebar-time-tracker class="swimlanes-sidebar-time-tracker" /> <board-sidebar-time-tracker class="swimlanes-sidebar-time-tracker" />
<board-sidebar-weight-input v-if="glFeatures.issueWeights" />
<board-sidebar-labels-select />
<board-sidebar-due-date /> <board-sidebar-due-date />
<board-sidebar-labels-select />
<board-sidebar-weight-input v-if="glFeatures.issueWeights" />
<board-sidebar-subscription /> <board-sidebar-subscription />
<board-sidebar-milestone-select />
</template> </template>
</gl-drawer> </gl-drawer>
</template> </template>
---
title: Reorder items on swimlanes sidebar
merge_request: 49877
author:
type: changed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment