Skip to content

Commit

Permalink
remove old extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
KelvinTegelaar committed May 30, 2024
1 parent 7d90d70 commit 40d54d6
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions src/views/cipp/app-settings/CIPPSettings.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,6 @@ export default function CIPPSettings() {
<CNavItem active={active === 7} onClick={() => setActive(7)} href="#">
Maintenance
</CNavItem>
<CNavItem active={active === 8} onClick={() => setActive(8)} href="#">
Extensions
</CNavItem>
<CNavItem active={active === 9} onClick={() => setActive(9)} href="#">
Extension Mappings
</CNavItem>
{superAdmin && (
<CNavItem active={active === 10} onClick={() => setActive(10)} href="#">
SuperAdmin Settings
Expand Down Expand Up @@ -104,16 +98,6 @@ export default function CIPPSettings() {
<SettingsMaintenance />
</CippLazy>
</CTabPane>
<CTabPane visible={active === 8} className="mt-3">
<CippLazy visible={active === 8}>
<SettingsExtensions />
</CippLazy>
</CTabPane>
<CTabPane visible={active === 9} className="mt-3">
<CippLazy visible={active === 9}>
<SettingsExtensionMappings />
</CippLazy>
</CTabPane>
<CTabPane visible={active === 10} className="mt-3">
<CippLazy visible={active === 10}>
<SettingsSuperAdmin />
Expand Down

0 comments on commit 40d54d6

Please sign in to comment.