Renamed fleet-gitops => infrastructure-as-code (#41520)
- Renamed fleet-gitops => infrastructure-as-code - Changed the URL (maintaining backwards compatibility) --------- Co-authored-by: Eric <eashaw@sailsjs.com>
This commit is contained in:
+1
-1
@@ -66,7 +66,7 @@ module.exports = {
|
||||
'/orchestration',
|
||||
'/device-management',
|
||||
'/software-management',
|
||||
'/fleet-gitops',
|
||||
'/infrastructure-as-code',
|
||||
// Other stuff:
|
||||
// > Note: /handbook overview page is already included amongst the markdown pages
|
||||
// > Note: Same for /docs
|
||||
|
||||
+3
-3
@@ -1,16 +1,16 @@
|
||||
module.exports = {
|
||||
|
||||
|
||||
friendlyName: 'View fleet gitops',
|
||||
friendlyName: 'View infrastructure-as-code',
|
||||
|
||||
|
||||
description: 'Display "Fleet gitops" page.',
|
||||
description: 'Display "Fleet infrastructure-as-code" page.',
|
||||
|
||||
|
||||
exits: {
|
||||
|
||||
success: {
|
||||
viewTemplatePath: 'pages/fleet-gitops'
|
||||
viewTemplatePath: 'pages/infrastructure-as-code'
|
||||
},
|
||||
|
||||
badConfig: {
|
||||
Reference in New Issue
Block a user