diff --git a/src/components/CippComponents/CippApplicationDeployDrawer.jsx b/src/components/CippComponents/CippApplicationDeployDrawer.jsx
index 410be49561c0..b988321208dc 100644
--- a/src/components/CippComponents/CippApplicationDeployDrawer.jsx
+++ b/src/components/CippComponents/CippApplicationDeployDrawer.jsx
@@ -208,6 +208,11 @@ export const CippApplicationDeployDrawer = ({
label: "CW Command",
isSponsor: false,
},
+ {
+ value: "NCentral",
+ label: "N-able N-Central",
+ isSponsor: false,
+ },
]}
formControl={formControl}
multiple={false}
@@ -375,6 +380,74 @@ export const CippApplicationDeployDrawer = ({
))}
+ {/* For "NCentral" */}
+
+
+
+
+
+
+
+ {selectedTenants?.map((tenant, index) => (
+
+
+
+ ))}
+ {selectedTenants?.map((tenant, index) => (
+
+
+
+ ))}
+ {selectedTenants?.map((tenant, index) => (
+
+
+
+ ))}
+
+
{/* Assign To Options */}