GUACAMOLE-197: Fix display issues and add translation strings for the RADIUS response field.

This commit is contained in:
Nick Couchman
2017-02-07 21:51:04 -05:00
committed by Nick Couchman
parent 4dd61403c8
commit 86d9a8fb88
4 changed files with 8 additions and 14 deletions

View File

@@ -34,7 +34,7 @@ angular.module('guacRadius').config(['formServiceProvider',
formServiceProvider.registerFieldType('GUAC_RADIUS_STATE', {
module : 'guacRadius',
controller : 'radiusStateController',
template : '<input type=hidden ng-model="model" />'
template : '<input class="ng-hide" type=hidden ng-model="model" />'
});
}]);