From facc392133a8fbe9dc71c8248843f28d1db8d260 Mon Sep 17 00:00:00 2001 From: cslocum Date: Wed, 3 Oct 2012 15:47:46 +0000 Subject: link to run logs from SM report git-svn-id: https://svn.stsci.edu/svn/ssb/etal/steuermann/trunk@806 d34015c8-bcbb-4646-8ac8-8ba5febf221d --- steuermann/report.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'steuermann/report.py') diff --git a/steuermann/report.py b/steuermann/report.py index 17ccd6d..a39c4c9 100644 --- a/steuermann/report.py +++ b/steuermann/report.py @@ -54,7 +54,7 @@ def info_callback_gui( db, run, tablename, host, cmd ) : if status in simple_status : link = '%s'%d_status else : - link = " %s"%(cginame, run, host, tablename, cmd, d_status ) + link = "%s" %(cginame, run, host, tablename, cmd, d_status ) if not status in simple_status : try : @@ -73,7 +73,7 @@ def info_callback_gui( db, run, tablename, host, cmd ) : # h_result = '%s %s %s %s'%(link, d_status, start_time, end_time) if logs_exist: - link += '
LINK' + link += "
%s" %(cginame, run, host, tablename, cmd, 'logs' ) h_result = link -- cgit