Commit 5128eb27c4dfaf20b3f3e58c29dadc521804a2c6
1 parent
f994803b
Exists in
rhitier-dev
Disable the DOWNLOAD button
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
web/view/home.html.jinja2
@@ -166,11 +166,13 @@ | @@ -166,11 +166,13 @@ | ||
166 | </button> | 166 | </button> |
167 | </div> | 167 | </div> |
168 | <div class="plots-actions plots-buttons"> | 168 | <div class="plots-actions plots-buttons"> |
169 | +{# | ||
169 | <button id="download" | 170 | <button id="download" |
170 | class="mdl-button mdl-button--raised mdl-button--primary" | 171 | class="mdl-button mdl-button--raised mdl-button--primary" |
171 | title="Download the raw data for each selected target and parameters."> | 172 | title="Download the raw data for each selected target and parameters."> |
172 | Download | 173 | Download |
173 | <div id="download_spinner" class="mdl-spinner mdl-js-spinner is-active"></div> | 174 | <div id="download_spinner" class="mdl-spinner mdl-js-spinner is-active"></div> |
175 | +#} | ||
174 | </button> | 176 | </button> |
175 | {% if not is_esa %} | 177 | {% if not is_esa %} |
176 | {# | 178 | {# |