mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-10 23:21:21 +00:00
GUACAMOLE-197: Fix display issues and add translation strings for the RADIUS response field.
This commit is contained in:
committed by
Nick Couchman
parent
4dd61403c8
commit
86d9a8fb88
@@ -25,10 +25,7 @@
|
||||
angular.module('guacRadius').controller('radiusResponseController', ['$scope', '$element',
|
||||
function radiusResponseController($scope, $element) {
|
||||
|
||||
// Find the area to display the challenge message
|
||||
var radiusChallenge = $element.find(document.querySelector('#radius-challenge-text'));
|
||||
|
||||
// Populate the reply message field
|
||||
radiusChallenge.html($scope.field.replyMsg);
|
||||
$scope.radiusPlaceholder = $scope.field.replyMsg;
|
||||
|
||||
}]);
|
||||
|
Reference in New Issue
Block a user