mirror of
https://github.com/portainer/portainer.git
synced 2025-07-24 07:49:41 +02:00
add inline-flex to button group (#7168)
* add inline-flex to button group
This commit is contained in:
parent
6b27ba9121
commit
f26e1fa21b
2 changed files with 12 additions and 3 deletions
|
@ -67,7 +67,7 @@ export function ContainersDatatableActions({
|
|||
}
|
||||
|
||||
return (
|
||||
<div className="actionBar">
|
||||
<>
|
||||
<ButtonGroup>
|
||||
<Authorized authorizations="DockerContainerStart">
|
||||
<Button
|
||||
|
@ -157,7 +157,7 @@ export function ContainersDatatableActions({
|
|||
</Link>
|
||||
</Authorized>
|
||||
)}
|
||||
</div>
|
||||
</>
|
||||
);
|
||||
|
||||
function onStartClick(selectedItems: DockerContainer[]) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue