Skip to content

Commit

Permalink
Cluster should now be back in operation
Browse files Browse the repository at this point in the history
  • Loading branch information
benmwebb committed Mar 3, 2022
1 parent 53f9104 commit be938f1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 1 addition & 2 deletions perl/saliweb/frontend.pm
Original file line number Diff line number Diff line change
Expand Up @@ -856,8 +856,7 @@ sub get_header {
join(" • \n", @$lab_navigation_links) .
" •  " .
"&nbsp;&nbsp;<a href=\"https://twitter.com/salilab_ucsf\" class=\"fab fa-twitter\" title=\"Follow us on Twitter\"></a>" .
"</div>" .
"<p class=\"standout\">The compute cluster will be down for maintenance from Feb 28th until March 2nd. Most jobs will be queued until the cluster is back up.</p>";
"</div>";
my $navigation = "<div id=\"navigation_second\">" .
join("&nbsp;&bull;&nbsp;\n", @$navigation_links) .
"</div>";
Expand Down
2 changes: 0 additions & 2 deletions python/saliweb/frontend/templates/saliweb/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,6 @@ <h3><a href="https://salilab.org"><img src="//salilab.org/img/logo_small.gif" he
&nbsp;&nbsp;<a href="https://twitter.com/salilab_ucsf" class="fab fa-twitter" title="Follow us on Twitter"></a>
</div>

<p class="standout">The compute cluster will be down for maintenance from Feb 28th until March 2nd. Most jobs will be queued until the cluster is back up.</p>

<div id="navigation_second">
{%- block navigation %}
{{ get_navigation_links(
Expand Down

0 comments on commit be938f1

Please sign in to comment.