Adding real event-list api

Adding real heat event-list API and tests

Change-Id: Ieb27bc6f9703adaf5c9b0247aa1bed57d83c56ef
This commit is contained in:
Ladislav Smola
2014-02-10 17:25:22 +01:00
parent c50d77572a
commit c463f08626
3 changed files with 19 additions and 6 deletions

View File

@@ -80,6 +80,7 @@ class LogTab(tabs.TableTab):
name = _("Log")
slug = "log"
template_name = "horizon/common/_detail_table.html"
preload = False
def get_log_data(self):
overcloud = self.tab_group.kwargs['overcloud']