Skip to content

Commit

Permalink
Add beta notice
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnDuprey committed May 29, 2024
1 parent 6ed7aa3 commit 2b7edbd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/views/cipp/app-settings/SettingsSuperAdmin.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ export function SettingsSuperAdmin() {
</>
</>
</CippAccordionItem>
<CippAccordionItem title="Custom Roles" titleType="big">
<CippAccordionItem title="Custom Roles (beta)" titleType="big">
<SettingsCustomRoles />
</CippAccordionItem>
</CAccordion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -227,8 +227,9 @@ const SettingsCustomRoles = () => {
direct API access, create a role with the name 'CIPP-API'.
</p>
<p className="small">
NOTE: The custom role must be added to the user in SWA in conjunction with the base role.
(e.g. editor,mycustomrole)
<FontAwesomeIcon icon="triangle-exclamation" className="me-2" /> This functionality is in
beta and should be treated as such. The custom role must be added to the user in SWA in
conjunction with the base role. (e.g. editor,mycustomrole)
</p>
{(isFetching || tenantsFetching) && <Skeleton count={1} />}
{isSuccess && !isFetching && !tenantsFetching && (
Expand Down

0 comments on commit 2b7edbd

Please sign in to comment.