Implement newly shared projects

This commit is contained in:
Eike Foken
2011-09-20 22:22:36 +02:00
parent 11b3e4f109
commit 986bf7b251
4 changed files with 128 additions and 0 deletions

View File

@@ -74,6 +74,7 @@ class Ajax extends MY_Controller {
'jobs_finished' => count($unseen),
'jobs_running' => $this->job->countRunning(),
'jobs_pending' => $this->job->countPending(),
'shared_projects' => $this->share->countUnseen(),
);
$this->output->set_output(json_encode($data));