You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by ju...@apache.org on 2020/06/16 09:21:52 UTC

[incubator-apisix-dashboard] branch next updated: feat: hidden heartbeat plugin

This is an automated email from the ASF dual-hosted git repository.

juzhiyuan pushed a commit to branch next
in repository https://gitbox.apache.org/repos/asf/incubator-apisix-dashboard.git


The following commit(s) were added to refs/heads/next by this push:
     new f9b8b4c  feat: hidden heartbeat plugin
f9b8b4c is described below

commit f9b8b4c3bf07f7a81c4f2ebcea4ae33d3fc6235f
Author: juzhiyuan <jj...@gmail.com>
AuthorDate: Tue Jun 16 17:21:19 2020 +0800

    feat: hidden heartbeat plugin
---
 src/components/PluginForm/data.ts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/components/PluginForm/data.ts b/src/components/PluginForm/data.ts
index 6cd12bd..d8dd6e3 100644
--- a/src/components/PluginForm/data.ts
+++ b/src/components/PluginForm/data.ts
@@ -83,6 +83,7 @@ export const PLUGIN_MAPPER_SOURCE: { [name: string]: PluginForm.PluginMapperItem
   },
   heartbeat: {
     category: 'Other',
+    hidden: true,
   },
   'batch-requests': {
     category: 'Other',