From 3779a947238c2707b8a04c8a237aa8ddbe4d7a4e Mon Sep 17 00:00:00 2001 From: rsanchez <rsanchez@curisit.net> Date: Mon, 26 Sep 2016 14:46:54 +0000 Subject: [PATCH] #3296 fix - Increasing matadata value column length and decrease the key column to 100 --- securis/src/main/webapp/licenses.html | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/securis/src/main/webapp/licenses.html b/securis/src/main/webapp/licenses.html index f8394b7..34028c5 100644 --- a/securis/src/main/webapp/licenses.html +++ b/securis/src/main/webapp/licenses.html @@ -252,10 +252,10 @@ <td><input type="text" id="md_key" name="md_key" placeholder="" ng-readonly="true" class="form-control" ng-model="row_md['key']" - ng-required="true" /></td> + ng-required="true" ng-maxlength="100" /></td> <td><input type="text" id="md_value" name="md_value" ng-readonly="row_md['readonly']" placeholder="" class="form-control" ng-model="row_md['value']" - ng-required="row_md['mandatory']" ng-maxlength="150" /></td> + ng-required="row_md['mandatory']" ng-maxlength="500" /></td> </tr> </tbody> </table> -- Gitblit v1.3.2