Skip to content

Commit

Permalink
Merge branch 'KelvinTegelaar:dev' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnDuprey committed Apr 12, 2024
2 parents b982323 + 06f7c22 commit 64a7f87
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 7 deletions.
Binary file modified public/img/augmentt-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/img/augmentt-light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/components/layout/AppFooter.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ const AppFooter = () => {
<CImage src={rewst} alt="Rewst" />
</CLink>
<CLink
className="me-2"
className="me-1"
href="https://www.augmentt.com/?utm_source=cipp&utm_medium=referral&utm_campaign=2024"
target="_blank"
>
<CImage src={augmentt} alt="Augmentt" />
</CLink>
<CLink className="me-2" href="https://ninjaone.com" target="_blank">
<CLink className="me-1" href="https://ninjaone.com" target="_blank">
<CImage src={ninjaone} alt="NinjaOne" />
</CLink>
</p>
Expand Down
2 changes: 1 addition & 1 deletion src/views/endpoint/intune/MEMListAppProtection.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const Actions = (row, rowIndex, formatExtraData) => {
]}
actions={[
{
label: 'Create template based on policy (beta)',
label: 'Create template based on policy',
color: 'info',
modal: true,
icon: <FontAwesomeIcon icon={faBook} className="me-2" />,
Expand Down
2 changes: 1 addition & 1 deletion src/views/endpoint/intune/MEMListCompliance.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const Actions = (row, rowIndex, formatExtraData) => {
]}
actions={[
{
label: 'Create template based on policy (beta)',
label: 'Create template based on policy ',
color: 'info',
modal: true,
icon: <FontAwesomeIcon icon={faBook} className="me-2" />,
Expand Down
2 changes: 1 addition & 1 deletion src/views/endpoint/intune/MEMListPolicies.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const Actions = (row, rowIndex, formatExtraData) => {
]}
actions={[
{
label: 'Create template based on policy (beta)',
label: 'Create template based on policy ',
color: 'info',
modal: true,
icon: <FontAwesomeIcon icon={faBook} className="me-2" />,
Expand Down
2 changes: 1 addition & 1 deletion src/views/identity/administration/AddGroup.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ const AddGroup = () => {
<RFFCFormRadio name="groupType" label="Dynamic Group" value="dynamic" />
<RFFCFormRadio
name="groupType"
label="Dynamic Distribution Group (Beta)"
label="Dynamic Distribution Group "
value="dynamicdistribution"
/>

Expand Down
2 changes: 1 addition & 1 deletion src/views/identity/administration/DeployGroupTemplate.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ const ApplyGroupTemplate = () => {
placeholder="Select a group type"
values={[
{ label: 'Dynamic Group', value: 'dynamic' },
{ label: 'Dynamic Distribution Group (Beta)', value: 'dynamicdistribution' },
{ label: 'Dynamic Distribution Group ', value: 'dynamicdistribution' },

{ label: 'Security Group', value: 'generic' },
{ label: 'Distribution group', value: 'distribution' },
Expand Down

0 comments on commit 64a7f87

Please sign in to comment.