Commit 8efbd6ed authored by Savas Vedova's avatar Savas Vedova

Move action buttons to footer

parent c401a604
...@@ -83,7 +83,8 @@ export default { ...@@ -83,7 +83,8 @@ export default {
<div class="pl-4">{{ stateItem.description }}</div> <div class="pl-4">{{ stateItem.description }}</div>
</li> </li>
<div class="text-right p-3"> <template #footer>
<div class="text-right px-3">
<gl-button ref="cancel-button" class="mr-2" @click="closeDropdown"> <gl-button ref="cancel-button" class="mr-2" @click="closeDropdown">
{{ __('Cancel') }} {{ __('Cancel') }}
</gl-button> </gl-button>
...@@ -96,5 +97,6 @@ export default { ...@@ -96,5 +97,6 @@ export default {
{{ s__('VulnerabilityManagement|Change status') }} {{ s__('VulnerabilityManagement|Change status') }}
</gl-button> </gl-button>
</div> </div>
</template>
</gl-dropdown> </gl-dropdown>
</template> </template>
---
title: Move action buttons to dropdown footer
merge_request: 54767
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