mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-20 10:50:08 +03:00
Feature #1607: Fix bug in initialization
This commit is contained in:
parent
9c177b200a
commit
91f318c7d9
@ -3909,7 +3909,12 @@ $(document).ready(function(){
|
||||
// fixed_group fix an owner group ID
|
||||
// init_group_by "user", "group", "vm". init the group-by selector
|
||||
function accountingGraphs(div, opt){
|
||||
div.append(
|
||||
|
||||
if(div.html() != ""){
|
||||
return false;
|
||||
}
|
||||
|
||||
div.html(
|
||||
'<div class="row">\
|
||||
<div class="large-3 columns">\
|
||||
'+tr("Time range")+'\
|
||||
|
Loading…
x
Reference in New Issue
Block a user