mirror of https://github.com/apache/cloudstack.git
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