mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-07 05:45:59 +01:00
show n8n version
This commit is contained in:
@@ -1144,6 +1144,7 @@ class ContainerManager(multi.Thread):
|
||||
'created': container_info.get('Created', ''),
|
||||
'started_at': started_at,
|
||||
'uptime': uptime_str,
|
||||
'image': container_info.get('Config', {}).get('Image', ''),
|
||||
'ports': container_info.get('NetworkSettings', {}).get('Ports', {}),
|
||||
'volumes': container_info.get('Mounts', []),
|
||||
'environment': self._mask_sensitive_env(container_info.get('Config', {}).get('Env', [])),
|
||||
|
||||
@@ -82,6 +82,7 @@ app.controller('ListDockersitecontainer', function ($scope, $http) {
|
||||
$scope.ContainerList[i].status = containerInfo.status;
|
||||
$scope.ContainerList[i].created = new Date(containerInfo.created);
|
||||
$scope.ContainerList[i].uptime = containerInfo.uptime;
|
||||
$scope.ContainerList[i].image = containerInfo.image;
|
||||
|
||||
// Resource Usage
|
||||
var memoryBytes = containerInfo.memory_usage;
|
||||
|
||||
Reference in New Issue
Block a user