mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 21:51:23 +00:00
GUAC-807 Fixed login page error, minify button usage, and menu initial state.
This commit is contained in:
@@ -44,7 +44,7 @@ angular.module('home').controller('clientController', ['$scope', '$routeParams',
|
||||
$scope.clientProperties = {scale: 1};
|
||||
|
||||
// Hide menu by default
|
||||
$scope.menuShown = true;
|
||||
$scope.menuShown = false;
|
||||
|
||||
/*
|
||||
* Parse the type, name, and id out of the url paramteres,
|
||||
|
Reference in New Issue
Block a user