From ca255cc7f622b01e1e8869d1089583b7a4170d94 Mon Sep 17 00:00:00 2001 From: Joshi Date: Tue, 20 Jan 2015 13:23:27 -0800 Subject: [PATCH] STORM-469 --- .../src/ui/public/templates/component-page-template.html | 2 +- .../src/ui/public/templates/topology-page-template.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/storm-core/src/ui/public/templates/component-page-template.html b/storm-core/src/ui/public/templates/component-page-template.html index 1e916e37458..5e6936850e8 100644 --- a/storm-core/src/ui/public/templates/component-page-template.html +++ b/storm-core/src/ui/public/templates/component-page-template.html @@ -479,7 +479,7 @@

Errors

{{errorHost}} {{errorPort}} - {{error}} + {{error}} {{/componentErrors}} diff --git a/storm-core/src/ui/public/templates/topology-page-template.html b/storm-core/src/ui/public/templates/topology-page-template.html index 0a104467275..4b67a2f5012 100644 --- a/storm-core/src/ui/public/templates/topology-page-template.html +++ b/storm-core/src/ui/public/templates/topology-page-template.html @@ -242,7 +242,7 @@

Spouts ({{windowHint}})

{{errorHost}} {{errorPort}} - {{lastError}} + {{lastError}} {{/spouts}} @@ -331,7 +331,7 @@

Bolts ({{windowHint}})

{{errorHost}} {{errorPort}} - {{lastError}} + {{lastError}} {{/bolts}}