mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-26 06:50:09 +03:00
Feature #2778: fix user info & quotas in config window
This commit is contained in:
parent
0ccefbb462
commit
aee1e9a6a8
@ -81,7 +81,7 @@ Sunstone.addMainTab('quotas-tab',quotas_tab);
|
||||
var $quotas_tab;
|
||||
|
||||
|
||||
function fillUserInfo(){
|
||||
function fillUserQuotasInfo(){
|
||||
OpenNebula.User.show({
|
||||
data : {
|
||||
id: '-1'
|
||||
@ -145,7 +145,7 @@ function updateGroupQuotasInfo(request,group_json){
|
||||
}
|
||||
|
||||
function refreshQuotasTab(){
|
||||
fillUserInfo();
|
||||
fillUserQuotasInfo();
|
||||
|
||||
gid = $("#quotas_tab_group_sel .resource_list_select", $quotas_tab).val();
|
||||
|
||||
@ -170,7 +170,7 @@ $(document).ready(function(){
|
||||
}
|
||||
});
|
||||
|
||||
fillUserInfo();
|
||||
fillUserQuotasInfo();
|
||||
|
||||
OpenNebula.Group.show({
|
||||
data : {
|
||||
|
Loading…
x
Reference in New Issue
Block a user