Skip to content

Commit fa6ab77

Browse files
committed
Note upcoming maintenance
1 parent ad2c3b3 commit fa6ab77

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

perl/saliweb/frontend.pm

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -835,7 +835,8 @@ sub get_header {
835835
join(" • \n", @$lab_navigation_links) .
836836
" •  " .
837837
"&nbsp;&nbsp;<a href=\"https://twitter.com/salilab_ucsf\" class=\"fab fa-x-twitter\" title=\"Follow us on X/Twitter\"></a>" .
838-
"</div>";
838+
"</div>" .
839+
"<p class=\"standout\">The compute cluster will be <a href=\"https://wynton.ucsf.edu/hpc/status/index.html#upcoming-incidents\">down for routine maintenance</a> from November 12 until November 13. Most jobs will be queued until the cluster is back up.</p>";
839840

840841
my $navigation = "<div id=\"navigation_second\">" .
841842
join("&nbsp;&bull;&nbsp;\n", @$navigation_links) .

python/saliweb/frontend/templates/saliweb/layout.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ <h3><a href="https://salilab.org"><img src="//salilab.org/img/logo_small.gif" he
7373
</div>
7474

7575
{%- block cluster_status %}
76+
<p class="standout">The compute cluster will be <a href=\"https://wynton.ucsf.edu/hpc/status/index.html#upcoming-incidents\">down for routine maintenance</a> from November 12 until November 13. Most jobs will be queued until the cluster is back up.</p>";
7677
{%- endblock %}
7778

7879
<div id="navigation_second">

0 commit comments

Comments
 (0)