mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Cache version data (#14404)
* Cache version data Calling cli commands can be expensive, cache the results. * style fixes * Fix pre-laravel usage * fix lint
This commit is contained in:
@@ -68,7 +68,7 @@ class AboutController extends Controller
|
||||
|
||||
'db_schema' => vsprintf('%s (%s)', $version->database()),
|
||||
'git_log' => $version->gitChangelog(),
|
||||
'git_date' => $version->gitDate(),
|
||||
'git_date' => $version->localDate(),
|
||||
'project_name' => Config::get('project_name'),
|
||||
|
||||
'version_local' => $version->local(),
|
||||
|
Reference in New Issue
Block a user