diff options
author | Frederick Muriuki Muriithi | 2024-10-17 14:41:29 -0500 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2024-10-17 14:41:29 -0500 |
commit | c53b93a4aa1d165159144acca523011cd75d1531 (patch) | |
tree | 2c771b0cc63d56cd42eabbc6dbd0e61816be43c7 /uploader/templates | |
parent | e3a62548c816f5348e4d91a6328783a73d1ecbf0 (diff) | |
download | gn-uploader-c53b93a4aa1d165159144acca523011cd75d1531.tar.gz |
UI: Create background job when user uploads file.
Diffstat (limited to 'uploader/templates')
-rw-r--r-- | uploader/templates/phenotypes/add-phenotypes.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uploader/templates/phenotypes/add-phenotypes.html b/uploader/templates/phenotypes/add-phenotypes.html index 8ad6999..196bc69 100644 --- a/uploader/templates/phenotypes/add-phenotypes.html +++ b/uploader/templates/phenotypes/add-phenotypes.html @@ -57,7 +57,7 @@ <div class="form-group"> <input type="submit" value="upload phenotypes" - class="not-implemented btn btn-primary" /> + class="btn btn-primary" /> </div> </form> </div> |