mirror of
https://github.com/status-im/consul.git
synced 2025-02-03 01:14:23 +00:00
e4e85a8f83
* Add before and after skip links portals * Move EmptyState and ErrorState to use a @login action/function * Move page title setting to the Route component * Add Routes and Outlets everywhere, and use those to access login modal * Add some aria-labels to the modals * Docs * Remove the label/input now we no longer need it, fixup pageobject * Add basic modal docs * Switch out old toggle names for ids * Wrap nspace Route template in a Route component * type > class
30 lines
699 B
Handlebars
30 lines
699 B
Handlebars
<Route
|
|
@name={{routeName}}
|
|
as |route|>
|
|
<div class="tab-section">
|
|
<div class="definition-table">
|
|
<dl>
|
|
<dt>
|
|
Minimum
|
|
</dt>
|
|
<dd>
|
|
{{format-number tomography.min maximumFractionDigits=2}}ms
|
|
</dd>
|
|
<dt>
|
|
Median
|
|
</dt>
|
|
<dd>
|
|
{{format-number tomography.median maximumFractionDigits=2}}ms
|
|
</dd>
|
|
<dt>
|
|
Maximum
|
|
</dt>
|
|
<dd>
|
|
{{format-number tomography.max maximumFractionDigits=2}}ms
|
|
</dd>
|
|
</dl>
|
|
</div>
|
|
<Consul::Tomography::Graph @distances={{tomography.distances}} />
|
|
</div>
|
|
</Route>
|