mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-6626: UI - fix a bug that g_userid was not declared.
This commit is contained in:
parent
1e300b0d12
commit
f2d9d71844
|
|
@ -18,6 +18,7 @@ var g_mySession = null;
|
|||
var g_sessionKey = null;
|
||||
var g_role = null; // roles - root, domain-admin, ro-admin, user
|
||||
var g_username = null;
|
||||
var g_userid = null;
|
||||
var g_account = null;
|
||||
var g_domainid = null;
|
||||
var g_loginCmdText = null;
|
||||
|
|
|
|||
Loading…
Reference in New Issue