| .. | .. |
|---|
| 252 | 252 | <td><input type="text" id="md_key" name="md_key" |
|---|
| 253 | 253 | placeholder="" ng-readonly="true" |
|---|
| 254 | 254 | class="form-control" ng-model="row_md['key']" |
|---|
| 255 | | - ng-required="true" /></td> |
|---|
| 255 | + ng-required="true" ng-maxlength="100" /></td> |
|---|
| 256 | 256 | <td><input type="text" id="md_value" name="md_value" ng-readonly="row_md['readonly']" |
|---|
| 257 | 257 | placeholder="" class="form-control" ng-model="row_md['value']" |
|---|
| 258 | | - ng-required="row_md['mandatory']" ng-maxlength="150" /></td> |
|---|
| 258 | + ng-required="row_md['mandatory']" ng-maxlength="500" /></td> |
|---|
| 259 | 259 | </tr> |
|---|
| 260 | 260 | </tbody> |
|---|
| 261 | 261 | </table> |
|---|