mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-13 08:27:42 +00:00
#268: Implement "Add" button in UserManager.
This commit is contained in:
@@ -90,6 +90,16 @@
|
||||
return true;
|
||||
};
|
||||
|
||||
user_manager.onadd = function(username) {
|
||||
user_manager.add(username);
|
||||
return true;
|
||||
};
|
||||
|
||||
user_manager.onremove = function(username) {
|
||||
user_manager.remove(username);
|
||||
return true;
|
||||
};
|
||||
|
||||
]]></script>
|
||||
|
||||
</body>
|
||||
|
Reference in New Issue
Block a user