mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 13:41:21 +00:00
GUAC-801 Use correct module name.
This commit is contained in:
@@ -154,7 +154,7 @@ angular.module('home').controller('homeController', ['$scope', '$injector',
|
|||||||
* closes the currently-shown status dialog.
|
* closes the currently-shown status dialog.
|
||||||
*/
|
*/
|
||||||
var ACKNOWLEDGE_ACTION = {
|
var ACKNOWLEDGE_ACTION = {
|
||||||
name : "MANAGE_USER.ACTION_ACKNOWLEDGE",
|
name : "HOME.ACTION_ACKNOWLEDGE",
|
||||||
// Handle action
|
// Handle action
|
||||||
callback : function acknowledgeCallback() {
|
callback : function acknowledgeCallback() {
|
||||||
$scope.showStatus(false);
|
$scope.showStatus(false);
|
||||||
|
Reference in New Issue
Block a user