-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat!: Removes "Create New Dataset" Button and Add Migration Notice B…
…anner BREAKING CHANGE: Removes the ability to create new datasets in the UI Closes #442
- Loading branch information
Showing
5 changed files
with
120 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -46,17 +46,28 @@ | |
|
||
} | ||
|
||
.bod { | ||
width: 1100px; | ||
background: #F8F8F8; | ||
} | ||
|
||
.tab { | ||
padding-left: 5em; | ||
} | ||
|
||
.graybox { | ||
background: #eeeeee; | ||
.bod { | ||
width: 1100px; | ||
background:#F8F8F8; | ||
} | ||
.tab { | ||
padding-left:5em; | ||
} | ||
.graybox { | ||
background:#eeeeee; | ||
} | ||
|
||
|
||
fieldset.graybox { | ||
display: block; | ||
min-inline-size: min-content; | ||
margin-inline: 2px; | ||
border-width: 2px; | ||
border-style: groove; | ||
border-color: threedface; | ||
border-image: initial; | ||
padding-block: 0.35em 0.625em; | ||
padding-inline: 0.75em; | ||
} | ||
|
||
.container { | ||
|
@@ -92,14 +103,26 @@ | |
{% block script %} | ||
{% endblock %} | ||
</script> | ||
<link rel="stylesheet" href="/static/stylesheets/foundation.css"> | ||
<link rel="stylesheet" type="text/css" href="/static/stylesheets/style.css"> | ||
<link rel="stylesheet" type="text/css" href="/static/js/jquery-ui/jquery-ui.css"> | ||
<link rel="stylesheet" type="text/css" href="/static/js/jquery-ui/jquery-ui.theme.css"> | ||
<link rel="stylesheet" type="text/css" href="/static/js/jquery-ui/jquery-ui.structure.css"> | ||
|
||
{% if readonly %} | ||
<h3 class="banner" >The NGEE-Tropics Archive is undergoing maintenance and is currently in read-only mode.</h3> | ||
<h4 class="banner" >Please contact [email protected] if you have any questions.</h4> | ||
{% endif %} | ||
|
||
<body data-feedly-mini="yes"> | ||
|
||
<div style="background-color: #ffcc00; padding: 10px; text-align: left; font-size: 16px;"> | ||
<b>NOTICE:</b> We’re in the process of migrating the NGEE-Tropics Data Archive to | ||
<a href="https://ess-dive.lbl.gov/" target="_blank">ESS-DIVE</a>, the long-term data archive for | ||
<a href="https://ess.science.energy.gov/" target="_blank">BER/ESS</a>. All public NGEE-Tropics datasets can be | ||
accessed in the new | ||
<a href="https://data.ess-dive.lbl.gov/portals/ngeetropics" target="_blank">NGEE-Tropics Portal in ESS-DIVE</a>, | ||
including after the NGEE-Tropics Data Archive is retired. | ||
</div> | ||
|
||
<div class="container"> | ||
|
||
|
@@ -117,7 +140,7 @@ <h4 class="banner" >Please contact [email protected] if you have any | |
<a href="{% url 'login' %}?next={{ request.path }}">Login to download</a> | ||
{% endif %} | ||
</div> | ||
<div class="ma"> | ||
<div class="ma" > | ||
<h1 align="center"> | ||
|
||
{% block title %}NGEE Tropics Data Collection{% endblock %} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters