You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Closing several issues pre-production deployment (#233)
* Fix typo defined date for collection date
* Removed upload metadata section from intranet until fixed
* Lab_name is shown when no samples are found
* split samples by submitting institution
* Included submitting_institution prop in Sample model
* Filtering bio_stats by submitting_institution instead
* New function get_collecting_insts_from_lab(lab_name)
* Getting ena and gisaid data from pre-processed state
* Adapting samples queries to submitting_institution
* Improving search sample query
* Now graphic data is log-scaled if needed
* Get samples per lab and ccaa from pre-processed data
* Fixing gender-age data from host-info plots
* Added samples per lab-ccaa, ena and gisaid data to graphic-json
* Adapted data to submitting institution and improved time for ena and gisaid
* Built needle plot from scratch instead of dash_bio. Added new functions
* Fixed wrong label being shown in num_samples
* Adding submitting_institution to api. Linting
* Included submitting_institution to Sample model. Linting
* Scale ydata when needed. Linting
* Load data for lab and ccaa from preprocessed. Linting
* Load ena and gisaid data from preprocessed. Linting
* Built needle plot from scratch instead of dash_bio. Linting
* Removed wrong pdb
Copy file name to clipboardexpand all lines: core/templates/core/intranet.html
+1-1
Original file line number
Diff line number
Diff line change
@@ -291,7 +291,7 @@ <h5>Percentage of GISAID upload samples</h5>
291
291
{% else %}
292
292
<divclass="col-md-7">
293
293
<divclass="card border-warning mb-3">
294
-
<divclass="card-header text-center text-warning"><h2style="text-align:center">No samples are upload yet to Relecov Platform</h2></div>
294
+
<divclass="card-header text-center text-warning"><h2style="text-align:center">No samples found for your laboratory: {{ intra_data.lab|default:"Unknown" }}</h2></div>
0 commit comments