From 6354b2cf48f0df787c69c8ae822da325abbd8de6 Mon Sep 17 00:00:00 2001 From: cslocum Date: Thu, 26 Dec 2013 17:46:37 +0000 Subject: add some colors to run links git-svn-id: https://svn.stsci.edu/svn/ssb/etal/steuermann/trunk@1149 d34015c8-bcbb-4646-8ac8-8ba5febf221d --- go | 2 +- scripts/steuermann_report.cgi | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/go b/go index 166e719..829bbd4 100755 --- a/go +++ b/go @@ -1,6 +1,6 @@ #!/bin/sh -n=17 +n=18 rm -rf build diff --git a/scripts/steuermann_report.cgi b/scripts/steuermann_report.cgi index c05b030..9718e68 100644 --- a/scripts/steuermann_report.cgi +++ b/scripts/steuermann_report.cgi @@ -192,7 +192,12 @@ elif action == 'runs' : # optimization right now. print "" print "" - print "%s"%(cginame, run, run) + if run.startswith('daily_20'): + print "%s"%(cginame, run, run) + elif run.startswith('etc_hst_daily') or run.startswith('etc_jwst_daily'): + print "%s"%(cginame, run, run) + else: + print "%s"%(cginame, run, run) print "" print "%s"%errors print "" -- cgit