view src/app/components/jvm-info/byteman/byteman.html @ 225:fc747d2c2f6a

Add Byteman metrics view Reviewed-by: jkang Review-thread: http://icedtea.classpath.org/pipermail/thermostat/2017-September/025171.html
author Andrew Azores <aazores@redhat.com>
date Mon, 25 Sep 2017 10:31:21 -0400
parents 6568fdab115d
children
line wrap: on
line source

<div class="container-fluid" style="margin-top: 2vh;">
  <ul class="nav nav-tabs">
    <li ui-sref-active="active"><a ui-sref="jvmInfo.byteman.rules" translate>byteman.RULES_VIEW</a></li>
    <li ui-sref-active="active"><a ui-sref="jvmInfo.byteman.metrics" translate>byteman.METRICS_VIEW</a></li>
  </ul>
  <div class="row">
    <ui-view></ui-view>
  </div>
</div>