From 248935597516c5f508ec553f6087fbe1cc283113 Mon Sep 17 00:00:00 2001 From: Jack Date: Mon, 6 Feb 2017 15:08:44 +0000 Subject: [PATCH] Add JSON validation to update view JSON validation has now been added to the update view following the same format as create. Since 'valueDecoded' does not have the ability to check if the value is base64 before decoding then this must be checked first; if it is base64 then use the decoded one, if not just get the value. Change incorrect trailing span close to label. --- ui/index.html | 5 +++-- ui/javascripts/app/models.js | 11 ++++++++++- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/ui/index.html b/ui/index.html index 633441fd7..1bc523ae6 100644 --- a/ui/index.html +++ b/ui/index.html @@ -252,7 +252,7 @@ {{#unless newKey.isFolder }} -