Real data updates chart

This commit is contained in:
Djamil Legato
2014-12-19 16:25:36 -08:00
parent 65919f9560
commit bdb9394334
3 changed files with 33 additions and 16 deletions

View File

@@ -258,7 +258,7 @@ class AdminPlugin extends Plugin
echo json_encode([
"success" => true,
"payload" => ["resources" => $resources_updates, "grav" => $grav_updates]
"payload" => ["resources" => $resources_updates, "grav" => $grav_updates, "installed" => $gpm->countInstalled()]
]);
break;
}