mirror of
https://github.com/apache/cloudstack
synced 2026-08-09 08:03:16 +00:00
Refreshing 2.2 UI will now correctly apply the username
This commit is contained in:
parent
5c6aa96d70
commit
e688caebc0
@ -469,6 +469,7 @@ $(document).ready(function() {
|
||||
dataType: "json",
|
||||
async: false,
|
||||
success: function(json) {
|
||||
$("#main_username").text(g_username);
|
||||
$("#main").show();
|
||||
},
|
||||
error: function(xmlHTTP) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user