From 5a42f42f8aae61c14d4ce6c77a5702cbca4db3a9 Mon Sep 17 00:00:00 2001 From: Luis Cielak Date: Mon, 30 Jul 2018 11:46:15 -0400 Subject: [PATCH] Add more options for data transfer quanitties --- atst/forms/request.py | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/atst/forms/request.py b/atst/forms/request.py index bb38077f..1f40ebc9 100644 --- a/atst/forms/request.py +++ b/atst/forms/request.py @@ -67,7 +67,13 @@ class RequestForm(ValidatedForm): choices=[ ("null","Select an option"), ("less_than_100gb","Less than 100GB"), - ("...","- more options -"), + ("less_than_500gb","Less than 500GB"), + ("less_than_1tb","Less than 1TB"), + ("less_than_50tb","Less than 50TB"), + ("less_than_100tb","Less than 100TB"), + ("less_than_500tb","Less than 500TB"), + ("less_than_1pb","Less than 1PB"), + ("less_than_5pb","Less than 5PB"), ("above_10pb","Above 10PB")], ) @@ -75,10 +81,10 @@ class RequestForm(ValidatedForm): description="When do you expect to complete your migration to the JEDI Cloud?", choices=[ ("null","Select an option"), - ("less_than_1_month","< 1 month"), + ("less_than_1_month","Less than 1 month"), ("1_to_3_months","1-3 months"), ("3_to_6_months","3-6 months"), - ("more_than_12_months","12+ months")], + ("above_12_months","Above 12 months")], ) cloud_native = RadioField(