From a387272288df4b7def373d7fd2bb6ea87b3ff11b Mon Sep 17 00:00:00 2001 From: ernjvr Date: Fri, 7 Sep 2018 10:48:07 +0200 Subject: [PATCH] ui: Fixes: #2831 rendering of scheduled snapshots widget (#2836) In the UI, when Setting up a recurring snapshot for a volume and clicking 'Add', the newly added scheduled snapshot entry is not displayed in the 'Scheduled Snapshots' table. Also, the 'Keep' input field does not limit the length of a number that can be added. This causes the API not return an error that the value is invalid. After adding a recurring snapshot, it must display in the 'Scheduled Snapshots' table. The 'Keep' input field must restrain a user from entering too large of a number. --- ui/index.html | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/ui/index.html b/ui/index.html index 6b3eef8174e..3d503c8c9cd 100644 --- a/ui/index.html +++ b/ui/index.html @@ -1583,7 +1583,7 @@
- +
@@ -1686,34 +1686,34 @@ - + -
- +
+
 
- + -
- +
+
 
- - -
- + + +
+
 
- - -
- + + +
+