From ce7387cab3a04190219abee395fe4c1a0ef7bc43 Mon Sep 17 00:00:00 2001 From: Laurenz Date: Thu, 13 Oct 2022 14:46:04 +0200 Subject: [PATCH] Pretty-print json-stringified measurement values --- .../web_gui/src/app/shared/trimmed-text.component.ts | 2 +- .../web_gui/src/app/stations/station/station-data.ts | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/openhtf/output/web_gui/src/app/shared/trimmed-text.component.ts b/openhtf/output/web_gui/src/app/shared/trimmed-text.component.ts index 818289f3c..f6d465802 100644 --- a/openhtf/output/web_gui/src/app/shared/trimmed-text.component.ts +++ b/openhtf/output/web_gui/src/app/shared/trimmed-text.component.ts @@ -22,7 +22,7 @@ import { Component, Input } from '@angular/core'; const ellipsis = '…'; const template = ` - {{ trimmedContent }} +
{{ trimmedContent }}