Added copying to more JSON fields

This commit is contained in:
frikky
2021-11-22 04:01:06 +01:00
parent 857a3a405d
commit 3152f19ae5
5 changed files with 72 additions and 448 deletions
+16 -15
View File
@@ -3972,6 +3972,7 @@ const Admin = (props) => {
<Tabs
value={curTab}
indicatorColor="primary"
textColor="primary"
onChange={setConfig}
aria-label="disabled tabs example"
>
@@ -4004,21 +4005,21 @@ const Admin = (props) => {
Schedules
</span>
/>
{isCloud ? null : (
<Tab
label=<span>
<EcoIcon style={iconStyle} />
Environments
</span>
/>
)}
{isCloud ? null : (
<Tab
label=<span>
<BusinessIcon style={iconStyle} /> Organizations
</span>
/>
)}
<Tab
index={5}
disabled={isCloud}
label=<span>
<EcoIcon style={iconStyle} />
Environments
</span>
/>
<Tab
index={6}
value={6}
label=<span>
<BusinessIcon style={iconStyle} /> Organizations
</span>
/>
{/*window.location.protocol == "http:" && window.location.port === "3000" ? <Tab label=<span><CloudIcon style={iconStyle} /> Hybrid</span>/> : null*/}
{/*window.location.protocol === "http:" && window.location.port === "3000" ? <Tab label=<span><LockIcon style={iconStyle} />Categories</span>/> : null*/}
</Tabs>