\
-
\
+
\
+
\
+ \
\
+
\
+ \
+ \
+ '+tr("Date")+' | \
+
\
+ \
+ \
+ \
+
\
\
-
\
-
\
-
\
-
\
- \
-
\
-
\
- \
- \
- '+tr("Date")+' | \
-
\
- \
- \
- \
-
\
-
\
-
\
-
\
- \
-
\
-
\
- \
- \
- '+tr("Date")+' | \
-
\
- \
- \
- \
-
\
');
if (opt == undefined){
@@ -4038,6 +4054,8 @@ function accountingGraphs(div, opt){
//--------------------------------------------------------------------------
if (opt.fixed_user != undefined || opt.fixed_group != undefined){
+ $("#acct_owner", div).hide();
+/*
$("input[name='acct_owner']", div).attr("disabled", "disabled");
$("#acct_owner_select", div).show();
@@ -4051,6 +4069,7 @@ function accountingGraphs(div, opt){
}
$("#acct_owner_select", div).text(text);
+*/
} else {
$("input[name='acct_owner']", div).change(function(){
var value = $(this).val();
@@ -4610,4 +4629,7 @@ Download csv
acct_cpu_dataTable.fnAddData(cpu_dataTable_data);
acct_mem_dataTable.fnAddData(mem_dataTable_data);
+
+ $("#acct_placeholder", div).hide();
+ $("#acct_content", div).show();
}
\ No newline at end of file