aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorcslocum <cslocum@d34015c8-bcbb-4646-8ac8-8ba5febf221d>2013-12-26 12:52:20 -0500
committercslocum <cslocum@d34015c8-bcbb-4646-8ac8-8ba5febf221d>2013-12-26 12:52:20 -0500
commit14e43b42d65c97bddbba4fe77729ad9ca70c6733 (patch)
tree5b01ab73078be243bffdff31bd3270a46cc9743f /scripts
parent24bec5f2422a9d8619f695749c38a05e6fa60e9b (diff)
downloadsteuermann-14e43b42d65c97bddbba4fe77729ad9ca70c6733.tar.gz
make daily_* links orange
git-svn-id: https://svn.stsci.edu/svn/ssb/etal/steuermann/trunk@1152 d34015c8-bcbb-4646-8ac8-8ba5febf221d
Diffstat (limited to 'scripts')
-rw-r--r--scripts/steuermann_report.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/steuermann_report.cgi b/scripts/steuermann_report.cgi
index 1ea9fc6..76a5b59 100644
--- a/scripts/steuermann_report.cgi
+++ b/scripts/steuermann_report.cgi
@@ -193,7 +193,7 @@ elif action == 'runs' :
print "<tr>"
print "<td>"
if run.startswith('daily_20'):
- print "<a style='color:#B40404;' href=%s?action=status&run=%s>%s</a>"%(cginame, run, run)
+ print "<a style='color:orange;' 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:green;' href=%s?action=status&run=%s>%s</a>"%(cginame, run, run)
else: