From 0a029fc9dd9cc5aea9b1f735c7b30f5100ad064b Mon Sep 17 00:00:00 2001 From: Johannes Edmeier Date: Thu, 24 Aug 2017 07:46:38 +0200 Subject: [PATCH] Add missing description for jmx operation input parameters fixes #531 --- .../jmxInvokeInputParameters.tpl.html | 41 +++++++++++++++---- 1 file changed, 32 insertions(+), 9 deletions(-) diff --git a/spring-boot-admin-server-ui/modules/applications-jmx/components/jmxInvokeInputParameters.tpl.html b/spring-boot-admin-server-ui/modules/applications-jmx/components/jmxInvokeInputParameters.tpl.html index 48f73aa18a3..4dbb95c2eb1 100644 --- a/spring-boot-admin-server-ui/modules/applications-jmx/components/jmxInvokeInputParameters.tpl.html +++ b/spring-boot-admin-server-ui/modules/applications-jmx/components/jmxInvokeInputParameters.tpl.html @@ -1,11 +1,34 @@ + +
-

Please input the arguments for {{$ctrl.invocation.signature}} : {{$ctrl.invocation.descriptor.ret}}

-
- -
- - -
-
- +

Please input the arguments for {{$ctrl.invocation.signature}} + : {{$ctrl.invocation.descriptor.ret}} +

+
+ +
+ + + +
+
+
\ No newline at end of file