From 60b2e469c3bccc08bc7df4f7aeeee48c1d31d09f Mon Sep 17 00:00:00 2001 From: John Cowen Date: Fri, 10 Jul 2020 14:27:02 +0100 Subject: [PATCH] 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. --- ui-v2/app/templates/dc/nodes/show/rtt.hbs | 44 ++++++++++++----------- 1 file changed, 23 insertions(+), 21 deletions(-) diff --git a/ui-v2/app/templates/dc/nodes/show/rtt.hbs b/ui-v2/app/templates/dc/nodes/show/rtt.hbs index 506eb2a34d..b1ed184d59 100644 --- a/ui-v2/app/templates/dc/nodes/show/rtt.hbs +++ b/ui-v2/app/templates/dc/nodes/show/rtt.hbs @@ -1,26 +1,28 @@
-
-
- Minimum -
-
- {{format-number tomography.min maximumFractionDigits=2}}ms -
-
- Median -
-
- {{format-number tomography.median maximumFractionDigits=2}}ms -
-
- Maximum -
-
- {{format-number tomography.max maximumFractionDigits=2}}ms -
-
- +
+
+
+ Minimum +
+
+ {{format-number tomography.min maximumFractionDigits=2}}ms +
+
+ Median +
+
+ {{format-number tomography.median maximumFractionDigits=2}}ms +
+
+ Maximum +
+
+ {{format-number tomography.max maximumFractionDigits=2}}ms +
+
+
+