mirror of
https://github.com/portainer/portainer.git
synced 2025-07-24 15:59:41 +02:00
feat(edge/stacks): use namespace in manifest [EE-4507] (#8145)
This commit is contained in:
parent
8936ae9b7a
commit
930d9e5628
14 changed files with 112 additions and 47 deletions
|
@ -3,13 +3,3 @@
|
|||
align-items: center;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.label {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.switchValues {
|
||||
font-style: normal;
|
||||
font-weight: 500;
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
|
|
@ -42,11 +42,7 @@ export function SwitchField({
|
|||
return (
|
||||
<label className={clsx(styles.root, fieldClass)}>
|
||||
<span
|
||||
className={clsx(
|
||||
'text-left space-right control-label',
|
||||
styles.label,
|
||||
labelClass
|
||||
)}
|
||||
className={clsx('text-left space-right control-label !p-0', labelClass)}
|
||||
>
|
||||
{label}
|
||||
{tooltip && (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue