From c5c3b03be849c44d9e2e853d1d94445810882775 Mon Sep 17 00:00:00 2001 From: Timur Nurlygayanov Date: Thu, 28 Mar 2013 17:15:25 +0400 Subject: [PATCH] Experiments. --- tabula/tabula/windc/tabs.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tabula/tabula/windc/tabs.py b/tabula/tabula/windc/tabs.py index f3eb076..dd71023 100644 --- a/tabula/tabula/windc/tabs.py +++ b/tabula/tabula/windc/tabs.py @@ -48,7 +48,8 @@ class LogsTab(tabs.Tab): reports = api.get_status_message_for_service(request, data.id) - return {"reports": reports} + return {"service_id": data.id, + "reports": reports} class WinServicesTabs(tabs.TabGroup):