mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2026-05-07 15:27:44 +02:00
Real data updates chart
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user