From e8318f0b7ca614254e131c898d019de5f296f9f6 Mon Sep 17 00:00:00 2001 From: Nicholas Nezis Date: Tue, 30 Jun 2020 00:10:00 -0400 Subject: [PATCH] Adding missing baseUrl --- heron/tools/ui/resources/static/js/stat-trendlines.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/heron/tools/ui/resources/static/js/stat-trendlines.js b/heron/tools/ui/resources/static/js/stat-trendlines.js index 964f0cf2d36..2f3222918fd 100644 --- a/heron/tools/ui/resources/static/js/stat-trendlines.js +++ b/heron/tools/ui/resources/static/js/stat-trendlines.js @@ -215,9 +215,9 @@ function StatTrendlines(baseUrl, cluster, environ, toponame, physicalPlan, logic .append('div') .attr('class', 'text-center') .html([ - 'logs', - 'job', - 'exceptions', + 'logs', + 'job', + 'exceptions', '
', ].join(' ')); }