Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b94d2cb commit 7c035a4Copy full SHA for 7c035a4
site/src/modules/management/DeploymentSidebarView.tsx
@@ -94,11 +94,6 @@ export const DeploymentSidebarView: FC<DeploymentSidebarViewProps> = ({
94
IdP Organization Sync
95
</SidebarNavItem>
96
)}
97
- {permissions.viewDeploymentValues && (
98
- <SidebarNavItem href="/deployment/provisioners">
99
- Provisioners
100
- </SidebarNavItem>
101
- )}
102
{!hasPremiumLicense && (
103
<SidebarNavItem href="/deployment/premium">Premium</SidebarNavItem>
104
0 commit comments