Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7c035a4

Browse files
fix: remove provisioners from deployment sidebar (#16717)
Provisioners should be only under orgs. This is a left over from a previous provisioner refactoring.
1 parent b94d2cb commit 7c035a4

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

site/src/modules/management/DeploymentSidebarView.tsx

-5
Original file line numberDiff line numberDiff line change
@@ -94,11 +94,6 @@ export const DeploymentSidebarView: FC<DeploymentSidebarViewProps> = ({
9494
IdP Organization Sync
9595
</SidebarNavItem>
9696
)}
97-
{permissions.viewDeploymentValues && (
98-
<SidebarNavItem href="/deployment/provisioners">
99-
Provisioners
100-
</SidebarNavItem>
101-
)}
10297
{!hasPremiumLicense && (
10398
<SidebarNavItem href="/deployment/premium">Premium</SidebarNavItem>
10499
)}

0 commit comments

Comments
 (0)