We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5da5f5e commit 0d380cfCopy full SHA for 0d380cf
src/main/scala/Plugin.scala
@@ -10,7 +10,7 @@ import javax.servlet.ServletContext
10
class Plugin extends gitbucket.core.plugin.Plugin {
11
override val pluginId: String = "monitoring"
12
override val pluginName: String = "Monitoring Plugin"
13
- override val description: String = "Display machine information, resources, processes and GitBucket's log."
+ override val description: String = "Display machine information, resources, processes, Java information and GitBucket's log."
14
override val versions: List[Version] = List(new Version("1.0.0"))
15
16
override val systemSettingMenus: Seq[(Context) => Option[Link]] = Seq(
0 commit comments