mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-18 18:44:44 +00:00
dashboard: memory widget: missing endpoint declaration and title change
This commit is contained in:
parent
a2e14b2b8c
commit
be5ad0f5fc
@ -72,7 +72,7 @@ class DashboardController extends ApiControllerBase
|
||||
'trafficout' => gettext('Traffic Out'),
|
||||
],
|
||||
'memory' => [
|
||||
'title' => gettext('Memory'),
|
||||
'title' => gettext('Memory usage'),
|
||||
'used' => gettext('Used'),
|
||||
'free' => gettext('Free'),
|
||||
'arc' => gettext('ARC'),
|
||||
|
||||
@ -1,3 +1,5 @@
|
||||
// endpoint:/api/core/system/systemResources
|
||||
|
||||
/**
|
||||
* Copyright (C) 2024 Deciso B.V.
|
||||
*
|
||||
@ -128,4 +130,4 @@ export default class Memory extends BaseWidget {
|
||||
}
|
||||
});
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user