Skip to content

Commit

Permalink
Merge branch 'master' into mqe-trend
Browse files Browse the repository at this point in the history
  • Loading branch information
wu-sheng authored Nov 27, 2023
2 parents ba5f3f0 + 58dd3b8 commit 24960c9
Show file tree
Hide file tree
Showing 9 changed files with 4 additions and 2,446 deletions.
1 change: 1 addition & 0 deletions docs/en/changes/changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@
* Fix calls metric with call type for Topology widget.
* Fix changing metrics config for Topology widget.
* Fix routes for Tab widget.
* Remove OpenFunction(FAAS layer) relative UI templates and menu item.

#### Documentation

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,10 @@ public enum Layer {

/**
* Function as a Service
*
* Deprecated since 9.7.0. OpenFunction relative features are not maintained anymore.
*/
@Deprecated
FAAS(5, true),

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ public class UITemplateInitializer {
Layer.VIRTUAL_CACHE.name(),
Layer.K8S_SERVICE.name(),
Layer.SO11Y_SATELLITE.name(),
Layer.FAAS.name(),
Layer.APISIX.name(),
Layer.VIRTUAL_MQ.name(),
Layer.AWS_EKS.name(),
Expand Down
Loading

0 comments on commit 24960c9

Please sign in to comment.