diff --git a/azkaban-webserver/src/main/resources/azkaban/webapp/servlet/velocity/executionspage.vm b/azkaban-webserver/src/main/resources/azkaban/webapp/servlet/velocity/executionspage.vm
index 9c2a6fb..b36bfea 100644
--- a/azkaban-webserver/src/main/resources/azkaban/webapp/servlet/velocity/executionspage.vm
+++ b/azkaban-webserver/src/main/resources/azkaban/webapp/servlet/velocity/executionspage.vm
@@ -140,7 +140,7 @@
</tr>
</thead>
<tbody>
-#if ($recentlyFinished.isEmpty())
+#if ( !$null.isNull(${recentlyFinished}))
#foreach ($flow in $recentlyFinished)
<tr>
<td class="tb-name">