diff --git a/.github/workflows/Comment_on_Issues.yml b/.github/workflows/Comment_on_Issues.yml index 6bd12f6a005b..80574ef5d235 100644 --- a/.github/workflows/Comment_on_Issues.yml +++ b/.github/workflows/Comment_on_Issues.yml @@ -16,7 +16,7 @@ jobs: with: issue-number: ${{ github.event.issue.number }} body: | - Thank you for creating a bug. Please make sure your bug is indeed a unique case by checking current and past issues, and reading the complete documentation at https://kelvintegelaar.github.io/CIPP + Thank you for creating a bug. Please make sure your bug is indeed a unique case by checking current and past issues, and reading the complete documentation at https://docs.cipp.app/ If your bug is a known documentation issue, it will be closed without notice by a contributor. To confirm that this is not a bug found in the documentation, please copy and paste the following comment: "I confirm that I have checked the documentation thoroughly and believe this to be an actual bug.". Without confirming, your report will be closed in 24 hours. If you'd like this bug to be assigned to you, please comment "I would like to work on this please!". diff --git a/public/version_latest.txt b/public/version_latest.txt index e5b820341fb1..084e244cea32 100644 --- a/public/version_latest.txt +++ b/public/version_latest.txt @@ -1 +1 @@ -3.5.0 \ No newline at end of file +3.6.0 \ No newline at end of file diff --git a/src/_nav.js b/src/_nav.js index f0768034e29a..b6d536bb1976 100644 --- a/src/_nav.js +++ b/src/_nav.js @@ -127,12 +127,16 @@ const _nav = [ name: 'Alerts Wizard', to: '/tenant/administration/alertswizard', }, - { component: CNavItem, name: 'Scheduled Alerts', to: '/tenant/administration/alertsqueue', }, + { + component: CNavItem, + name: 'Enterprise Applications', + to: '/tenant/administration/enterprise-apps', + }, ], }, { @@ -178,7 +182,7 @@ const _nav = [ }, { component: CNavItem, - name: 'Apply Standards', + name: 'Standards Wizard', to: '/tenant/standards/apply-standard', }, { diff --git a/src/assets/images/datto.png b/src/assets/images/datto.png index 623e1a4446ca..b0fad6f50233 100644 Binary files a/src/assets/images/datto.png and b/src/assets/images/datto.png differ diff --git a/src/assets/images/rewst.png b/src/assets/images/rewst.png new file mode 100644 index 000000000000..6d52a7838533 Binary files /dev/null and b/src/assets/images/rewst.png differ diff --git a/src/components/layout/AppFooter.js b/src/components/layout/AppFooter.js index 03dc0ea09dfa..13e1c174efb5 100644 --- a/src/components/layout/AppFooter.js +++ b/src/components/layout/AppFooter.js @@ -3,6 +3,7 @@ import { CFooter, CImage, CLink } from '@coreui/react' import { Link } from 'react-router-dom' import huntressLogo from 'src/assets/images/huntress_teal.png' import dattoLogo from 'src/assets/images/datto.png' +import rewstLogo from 'src/assets/images/rewst.png' const AppFooter = () => { return ( @@ -13,10 +14,12 @@ const AppFooter = () => { {' '} - & + + +