Skip to content

Commit 31c3d7e

Browse files
committed
fix: Sorting not working on any column in index management view
1 parent 7198095 commit 31c3d7e

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# UTMStack 10.5.14 Release Notes
1+
# UTMStack 10.5.15 Release Notes
22
## Bugfix
3-
- Remove memory usage indicator
3+
- Sorting not working on any column in index management view

frontend/src/environments/environment.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
export const environment = {
66
production: false,
7-
SERVER_API_URL: 'https://192.168.1.18/',
8-
// SERVER_API_URL: 'http://localhost:8080/',
7+
// SERVER_API_URL: 'https://192.168.1.18/',
8+
SERVER_API_URL: 'http://localhost:8081/',
99
SERVER_API_CONTEXT: '',
1010
SESSION_AUTH_TOKEN: window.location.host.split(':')[0].toLocaleUpperCase(),
1111
WEBSOCKET_URL: '//localhost:8080',

0 commit comments

Comments
 (0)