From 187f7d9a833fc2fea729fa1cdfc47f77ce85feb5 Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 16 Dec 2024 17:38:23 +0000 Subject: [PATCH] add loading indicatior when importitng cases --- atlas/templates/atlas/user_uploads.html | 43 +++++++++++++++++++++++-- 1 file changed, 41 insertions(+), 2 deletions(-) diff --git a/atlas/templates/atlas/user_uploads.html b/atlas/templates/atlas/user_uploads.html index 33a69677..f6802e7d 100644 --- a/atlas/templates/atlas/user_uploads.html +++ b/atlas/templates/atlas/user_uploads.html @@ -6,7 +6,7 @@ Upload more dicoms
{% if not case %} {% endif %} @@ -42,7 +42,7 @@
Select how series should be ordered when uploaded
- This will affect how series are displayed when viewing with the built in site viewer. By default when exporting from Insight the order is not maintained so you should choose to order eithre by slice location or instance number.
+ This will affect how series are displayed when viewing with the built in site viewer. By default when exporting from Insight the order is not maintained so you should choose to order either by slice location or instance number.
If you are not sure, leave this as the default.
@@ -72,6 +72,7 @@ @@ -79,9 +80,11 @@ {% endif %} +
Loading...
@@ -98,6 +101,42 @@ {% block css %}