mirror of
https://github.com/portainer/portainer.git
synced 2025-07-24 15:59:41 +02:00
feat(environments): create async edge [EE-4480] (#8527)
This commit is contained in:
parent
bc6a667a6b
commit
c819d4e7f7
59 changed files with 880 additions and 586 deletions
|
@ -29,7 +29,7 @@ export function BoxSelector<T extends Value>({
|
|||
...props
|
||||
}: Props<T>) {
|
||||
return (
|
||||
<div className="form-group">
|
||||
<div className='form-group after:clear-both after:table after:content-[""]'>
|
||||
<div className="col-sm-12">
|
||||
<div className={styles.root} role="radiogroup">
|
||||
{options
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue