1
0
Fork 0
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:
Richard Wei 2022-07-04 07:16:45 +12:00 committed by GitHub
parent 6b27ba9121
commit f26e1fa21b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 3 deletions

View file

@ -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[]) {