mirror of
https://github.com/portainer/portainer.git
synced 2025-07-22 06:49:40 +02:00
feat(kube): create namespace from manifest view [EE-3479] (#7306)
Restyle create from manifest
This commit is contained in:
parent
11c778cfeb
commit
ddaf9dc885
13 changed files with 154 additions and 90 deletions
|
@ -65,10 +65,14 @@ export function SwitchField({
|
|||
dataCy={dataCy}
|
||||
/>
|
||||
{switchValues && checked && (
|
||||
<span className="ml-2">{switchValues.on}</span>
|
||||
<span className={`"ml-2" ${styles.switchValues}`}>
|
||||
{switchValues.on}
|
||||
</span>
|
||||
)}
|
||||
{switchValues && !checked && (
|
||||
<span className="ml-2">{switchValues.off}</span>
|
||||
<span className={`"ml-2" ${styles.switchValues}`}>
|
||||
{switchValues.off}
|
||||
</span>
|
||||
)}
|
||||
</label>
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue