diff options
author | Frederick Muriuki Muriithi | 2024-10-01 13:28:49 -0500 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2024-10-01 13:28:49 -0500 |
commit | 94513310831875a72d21b3e17af9541a328cabd6 (patch) | |
tree | 8097f74a322c67439a5c4f867d2e362dfd8b9ca0 /uploader/templates/phenotypes/view-dataset.html | |
parent | 6ca2c1520b1fc6e1472fbc74994e3e136cacdc71 (diff) | |
download | gn-uploader-94513310831875a72d21b3e17af9541a328cabd6.tar.gz |
Extract privileges and use them for access control
Diffstat (limited to 'uploader/templates/phenotypes/view-dataset.html')
-rw-r--r-- | uploader/templates/phenotypes/view-dataset.html | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/uploader/templates/phenotypes/view-dataset.html b/uploader/templates/phenotypes/view-dataset.html index 959b02a..e2ccb60 100644 --- a/uploader/templates/phenotypes/view-dataset.html +++ b/uploader/templates/phenotypes/view-dataset.html @@ -51,10 +51,9 @@ <h2>Phenotype Data</h2> <p>This dataset has a total of {{phenotype_count}} phenotypes.</p> - <p class="text-danger"> + <p class="text-warning"> <span class="glyphicon glyphicon-exclamation-sign"></span> - Limit access here, according to the authorisation privileges the user has on - this dataset!</p> + Display pagination controls here …</p> <table class="table"> <thead> |