From b6657d736a34cc784fd014e9ef6832021b5fe016 Mon Sep 17 00:00:00 2001 From: thuva4 Date: Sun, 8 Apr 2018 12:11:50 +0530 Subject: Fix the Overlab issue in results page JIRA: RELENG-375 Change-Id: Ibeff3bc027d3c15ca71704c172b1faab78360b93 Signed-off-by: thuva4 --- .../testapi-ui/assets/lib/angular-json-tree/angular-json-tree.min.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testapi/3rd_party/static/testapi-ui') diff --git a/testapi/3rd_party/static/testapi-ui/assets/lib/angular-json-tree/angular-json-tree.min.js b/testapi/3rd_party/static/testapi-ui/assets/lib/angular-json-tree/angular-json-tree.min.js index 97f407e..59389b0 100644 --- a/testapi/3rd_party/static/testapi-ui/assets/lib/angular-json-tree/angular-json-tree.min.js +++ b/testapi/3rd_party/static/testapi-ui/assets/lib/angular-json-tree/angular-json-tree.min.js @@ -33,7 +33,7 @@ compile: function (e) { return a.compile(e, this) }, - template: ' {{key}} {{value}} {{preview}} ', + template: ' {{key}} {{value}} {{preview}} ', pre: function (a, n, s) { if (n.addClass(e.whatClass(a.value).toLowerCase()), e.is(a.value, "Object") || e.is(a.value, "Array")) { a.isExpandable = !0, n.addClass("expandable"); -- cgit 1.2.3-korg