jobs statts
This commit is contained in:
@@ -509,6 +509,12 @@ long WrenchJobsInterestStats(CVars in, CVars &out) {
|
||||
char vname[30];
|
||||
out = in;
|
||||
|
||||
out["job_completed"] =0;
|
||||
out["job_active"] =0;
|
||||
out["job_percent_complete"] =0;
|
||||
out["job_uncompleted"] =0;
|
||||
out["job_rejected"] =0;
|
||||
out["job_pending"] =0;
|
||||
|
||||
ret = PHP_CREATED_OK;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user