mirror of https://github.com/status-im/consul.git
ui: Adds definition-table class to RTT values table (#8286)
We changed our default definition list layout in https://github.com/hashicorp/consul/pull/8117. We replaced the default with a definition-table class but missed one place where the old default was previously used. This adds the definition-table class in RTT where it used to use the default.
This commit is contained in:
parent
7fe2ac9714
commit
eca8e63d29
|
@ -1,5 +1,6 @@
|
||||||
<div id="round-trip-time" class="tab-section">
|
<div id="round-trip-time" class="tab-section">
|
||||||
<div role="tabpanel">
|
<div role="tabpanel">
|
||||||
|
<div class="definition-table">
|
||||||
<dl>
|
<dl>
|
||||||
<dt>
|
<dt>
|
||||||
Minimum
|
Minimum
|
||||||
|
@ -20,7 +21,8 @@
|
||||||
{{format-number tomography.max maximumFractionDigits=2}}ms
|
{{format-number tomography.max maximumFractionDigits=2}}ms
|
||||||
</dd>
|
</dd>
|
||||||
</dl>
|
</dl>
|
||||||
<TomographyGraph @tomography={{tomography}} />
|
</div>
|
||||||
|
<TomographyGraph @tomography={{tomography}} />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue