1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-22 18:50:08 +03:00

Minor typo in unpriviledged user dashboard.

Adjust plugins configuration yaml for the unpriviledged user dashboard.
This commit is contained in:
Jaime Melis 2011-07-07 18:49:20 +02:00
parent 404fc4a282
commit 722cd94033
2 changed files with 7 additions and 2 deletions

View File

@ -4,6 +4,11 @@
:user:
:group:
oneadmin: true
- plugins/dashboard-users-tab.js:
:ALL: true
:user:
:group:
oneadmin: false
- plugins/hosts-tab.js:
:ALL: false
:user:

View File

@ -216,7 +216,7 @@ function quickstart_setup(){
function graph_autorefresh(){
setInterval(function(){
refresh_graphs();
},GRAPH_AUTOREFRESH_INTERVAL+someTime();
},GRAPH_AUTOREFRESH_INTERVAL+someTime());
}
@ -321,4 +321,4 @@ function updateDashboard(what,json_info){
$('#public_templates',db).html(public_templates);
break;
}
}
}