JMC-4721: Important Column not shown by default

Ken Dobson kdobson at redhat.com
Tue Nov 13 17:12:23 UTC 2018


Hi all,

This is a small patch that reveals the name column and reorders the value
and description columns as requested in the comment. If someone could give
it a quick review that'd be great.

https://bugs.openjdk.java.net/browse/JMC-4721

Thanks,

Ken Dobson


diff -r 4629e44fd8ea
application/org.openjdk.jmc.console.ui.diagnostic/plugin.xml
--- a/application/org.openjdk.jmc.console.ui.diagnostic/plugin.xml    Thu
Nov 08 12:45:05 2018 +0100
+++ b/application/org.openjdk.jmc.console.ui.diagnostic/plugin.xml    Tue
Nov 13 11:55:30 2018 -0500
@@ -47,9 +47,9 @@
             name="%TAB_DIAGNOSTIC_COMMAND"
             placement="/#7.0">
             <class
class="org.openjdk.jmc.console.ui.diagnostic.form.DiagnosticTab">
-                <column id="name" hidden="true" width="200"/>
+                <column id="name" width="200"/>
+                <column id="value" width="200"/>
                 <column id="description" width="400"/>
-                <column id="value" width="200"/>
                 <column id="type" hidden="true" width="150"/>
             </class>
       </consolePage>


More information about the jmc-dev mailing list