Skip to content

Commit fbbaaaf

Browse files
committed
Cluster maintenance is now complete
This reverts commits 2e6f186 and 9fcb167.
1 parent 00ca614 commit fbbaaaf

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

perl/saliweb/frontend.pm

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -835,8 +835,7 @@ 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>" .
839-
"<p class=\"standout\">The compute cluster will be <a href=\"https://wynton.ucsf.edu/hpc/status/index.html#current-incidents\">down for routine maintenance</a> from October 14 until October 18. Most jobs will be queued until the cluster is back up.</p>";
838+
"</div>";
840839

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

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ <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#current-incidents">down for routine maintenance</a> from October 14 until October 18. Most jobs will be queued until the cluster is back up.</p>
7776
{%- endblock %}
7877

7978
<div id="navigation_second">

0 commit comments

Comments
 (0)