diff options
author | cslocum <cslocum@d34015c8-bcbb-4646-8ac8-8ba5febf221d> | 2013-12-26 12:51:24 -0500 |
---|---|---|
committer | cslocum <cslocum@d34015c8-bcbb-4646-8ac8-8ba5febf221d> | 2013-12-26 12:51:24 -0500 |
commit | 24bec5f2422a9d8619f695749c38a05e6fa60e9b (patch) | |
tree | 5b8e02c5b6ae2e6ee4db990adf5ca99ea38f3073 | |
parent | 47844112fb7c59db54a957069fc832d886ee55e4 (diff) | |
download | steuermann-24bec5f2422a9d8619f695749c38a05e6fa60e9b.tar.gz |
make etc links green
git-svn-id: https://svn.stsci.edu/svn/ssb/etal/steuermann/trunk@1151 d34015c8-bcbb-4646-8ac8-8ba5febf221d
-rw-r--r-- | scripts/steuermann_report.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/steuermann_report.cgi b/scripts/steuermann_report.cgi index f7eb456..1ea9fc6 100644 --- a/scripts/steuermann_report.cgi +++ b/scripts/steuermann_report.cgi @@ -195,7 +195,7 @@ elif action == 'runs' : if run.startswith('daily_20'): print "<a style='color:#B40404;' href=%s?action=status&run=%s>%s</a>"%(cginame, run, run) elif run.startswith('etc_hst_daily') or run.startswith('etc_jwst_daily'): - print "<a style='color:#B40404;' href=%s?action=status&run=%s>%s</a>"%(cginame, run, run) + print "<a style='color:green;' href=%s?action=status&run=%s>%s</a>"%(cginame, run, run) else: print "<a href=%s?action=status&run=%s>%s</a>"%(cginame, run, run) print "</td>" |