JMC-4721: Important Column not shown by default

Marcus Hirt marcus.hirt at oracle.com
Tue Nov 13 17:48:32 UTC 2018


Hi Ken!

Looks good! Thanks for the contribution!

Kind regards,
Marcus

On 2018-11-13, 18:12, "jmc-dev on behalf of Ken Dobson" <jmc-dev-bounces at openjdk.java.net on behalf of kdobson at redhat.com> wrote:

    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