rsanchez
2016-09-26 3779a947238c2707b8a04c8a237aa8ddbe4d7a4e
securis/src/main/webapp/admin.html
....@@ -73,11 +73,11 @@
7373 <tbody>
7474 <tr ng-repeat="row_md in formu['metadata']" >
7575 <td><input type="text" id="md_key" name="md_key" placeholder="" ng-readonly="!field.allow_creation"
76
- class="form-control" ng-model="row_md['key']" ng-required="true" ng-maxlength="150" />
76
+ class="form-control" ng-model="row_md['key']" ng-required="true" ng-maxlength="100" />
7777 </td>
7878 <td>
7979 <input type="text" id="md_value" name="md_value" placeholder=""
80
- class="form-control" ng-model="row_md['value']" ng-required="false" ng-maxlength="150" />
80
+ class="form-control" ng-model="row_md['value']" ng-required="false" ng-maxlength="500" />
8181 </td>
8282 <td>
8383 <input type="checkbox" id="md_mandatory" name="md_mandatory" ng-disabled="!field.allow_creation"