Skip to content

Commit

Permalink
Merge pull request #28 from TheJacksonLaboratory/task/warn-about-data…
Browse files Browse the repository at this point in the history
…base-upgrade

Adding database upgrade warning
  • Loading branch information
bergsalex authored Nov 8, 2024
2 parents bb56167 + f485d16 commit 3b16753
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "geneweaver-legacy"
version = "1.4.7"
version = "1.4.8"
description = ""
authors = ["Alexander Berger <[email protected]>"]
readme = "README.md"
Expand Down
18 changes: 9 additions & 9 deletions src/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,15 +64,15 @@
<section>
<div class="jumbotron" style="padding-top:0px; padding-bottom:0px; margin-top:0px; margin-bottom:0px">
<!--This section should be uncommented for system alerts-->
{# <div id="webpageAlert"#}
{# class="alert alert-danger fade in col-xs-3" style="width:800px; text-align:center;">#}
{# <button type="button" class="close" data-dismiss="alert" aria-hidden="true">x</button>#}
{# <strong>#}
{# The GeneWeaver Database is scheduled to undergo routine maintenance from#}
{# 2018-12-21 17:00 EST - 2018-12-21 22:00 EST. Tools and Analysis will continue#}
{# to be available but any new GeneSets uploaded or created during this time will be lost.#}
{# </strong>#}
{# </div>#}
<div id="webpageAlert"
class="alert alert-danger fade in col-xs-3" style="width:800px; text-align:center;">
<button type="button" class="close" data-dismiss="alert" aria-hidden="true">x</button>
<strong>
The GeneWeaver Database is scheduled to undergo routine maintenance from
2024-10-08 12:00 EST - 2024-10-10 22:00 EST. Tools and Analysis will continue
to be available but any new GeneSets uploaded or created during this time will be lost.
</strong>
</div>
<!--End Warning Seciont-->
<h1><img src="{{ url_for('static', filename='images/GW2-logo.png') }}" alt="GeneWeaver Logo" style="vertical-align: top">GeneWeaver</h1>
<p class="lead">
Expand Down

0 comments on commit 3b16753

Please sign in to comment.