mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
Add UI redirect (#29445)
Redirect for the following user story: - #27983 Specifically [this UI change (Figma)](https://www.figma.com/design/K9BTJ3aZAvwWBXU9N8aqGa/-27983-Fleet-Desktop-%3E-Self-service--Add-%22Update%22-actions-when-updates-are-detected-for-installed-so?node-id=5408-4684&t=2qzAG36eyoKjsBAb-1)
This commit is contained in:
parent
c8ee085611
commit
83c29d2cc5
1 changed files with 1 additions and 0 deletions
1
website/config/routes.js
vendored
1
website/config/routes.js
vendored
|
|
@ -894,6 +894,7 @@ module.exports.routes = {
|
|||
'GET /learn-more-about/how-to-connect-android-enterprise': '/guides/android-mdm-setup',
|
||||
'GET /learn-more-about/custom-scep-configuration-profile': '/guides/connect-end-user-to-wifi-with-certificate#step-2-add-scep-configuration-profile-to-fleet2',
|
||||
'GET /learn-more-about/ndes-scep-configuration-profile': '/guides/connect-end-user-to-wifi-with-certificate#step-2-add-scep-configuration-profile-to-fleet',
|
||||
'GET /learn-more-about/self-service-software': '/guides/software-self-service',
|
||||
|
||||
// Sitemap
|
||||
// =============================================================================================================
|
||||
|
|
|
|||
Loading…
Reference in a new issue