Skip to content

Commit

Permalink
UI: Do not close datatable column menu on inside clicks
Browse files Browse the repository at this point in the history
Fixes: https://github.com/aquarist-labs/s3gw/issues/599

Signed-off-by: Volker Theile <vtheile@suse.com>
  • Loading branch information
votdev committed Jun 27, 2023
1 parent 31cda32 commit 0900ee1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Prevent the restoring of the deleted object version (gh#aquarist-labs/s3gw#583).
- Creating an enabled lifecycle rule is not working (gh#aquarist-labs/s3gw#587).
- Disable download button for deleted objects (gh#aquarist-labs/s3gw#595).
- Do not close datatable column menu on inside clicks (gh#aquarist-labs/s3gw#599).

## [0.17.0]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
select="s3gw-datatable-actions">
</ng-content>
<div class="flex-fill"></div>
<div ngbDropdown>
<div ngbDropdown
autoClose="outside">
<button class="btn btn-simple"
ngbDropdownToggle
ngbTooltip="{{ 'Show/Hide columns' | transloco }}">
Expand Down

0 comments on commit 0900ee1

Please sign in to comment.