mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
GUACAMOLE-926: Ensure loading style is always removed when file processing is complete.
This commit is contained in:
@@ -365,6 +365,7 @@ angular.module('import').controller('importConnectionsController', ['$scope', '$
|
|||||||
*/
|
*/
|
||||||
function handleParseSuccess(parseResult) {
|
function handleParseSuccess(parseResult) {
|
||||||
|
|
||||||
|
$scope.processing = false;
|
||||||
$scope.parseResult = parseResult;
|
$scope.parseResult = parseResult;
|
||||||
|
|
||||||
// If errors were encounted during file parsing, abort further
|
// If errors were encounted during file parsing, abort further
|
||||||
|
Reference in New Issue
Block a user