From eae11eb3ce83871ee64a8add303edf909b05e4ad Mon Sep 17 00:00:00 2001 From: Yann Stepienik Date: Fri, 24 Nov 2023 13:44:13 +0000 Subject: [PATCH] [release] v0.13.0-unstable9 --- changelog.md | 5 +++-- client/src/pages/config/users/proxyman.jsx | 8 ++++---- package.json | 2 +- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/changelog.md b/changelog.md index 5cc5b73..1966d15 100644 --- a/changelog.md +++ b/changelog.md @@ -1,15 +1,16 @@ ## Version 0.13.0 - - Display containers as stacks + - Display container stacks as a group in the UI - New Delete modal to delete services entirely - Upload custom icons to containers - improve backup file, by splitting cosmos out to a separate docker-compose.yml file - - Cosmos-networks now have specific names instead for a generic names + - Cosmos-networks now have specific names instead for generic names - Fix issue where search bar reset when deleting volume/network - Fix breadcrumbs in subpaths - Remove graphs from non-admin UI to prevent errors - Rewrite the overwriting container logic to fix race conditions - Edit container user and devices from UI - Fix bug where Cosmos Constellation's UDP ports by a TCP one + - Fix a bug with URL screen, where you can't delete a URL when there is a search - Support array command and single device in docker-compose import - Add default alerts... by default (was missing from the default config) - disable few features liks Constellation, Backup and Monitoring when in install mode to reduce logs and prevent issues with the DB diff --git a/client/src/pages/config/users/proxyman.jsx b/client/src/pages/config/users/proxyman.jsx index dc237d7..6f9acba 100644 --- a/client/src/pages/config/users/proxyman.jsx +++ b/client/src/pages/config/users/proxyman.jsx @@ -206,10 +206,10 @@ const ProxyManagement = () => { style: {minWidth: '70px'} }, { title: '', clickable:true, field: (r, k) => up(event, k)} - down={(event) => down(event, k)} - deleteRoute={(event) => deleteRoute(event, k)} + routeKey={routes.indexOf(r)} + up={(event) => up(event, routes.indexOf(r))} + down={(event) => down(event, routes.indexOf(r))} + deleteRoute={(event) => deleteRoute(event, routes.indexOf(r))} />, style: { textAlign: 'right', diff --git a/package.json b/package.json index a65b089..d6590f0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cosmos-server", - "version": "0.13.0-unstable8", + "version": "0.13.0-unstable9", "description": "", "main": "test-server.js", "bugs": {