fix(cli): Improve table header formatting in group and UPS listings
This commit is contained in:
parent
eafb5207a4
commit
1075335497
@ -1,5 +1,11 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 2025-03-28 - 3.1.1 - fix(cli)
|
||||||
|
Improve table header formatting in group and UPS listings
|
||||||
|
|
||||||
|
- Adjusted column padding in group listing for proper alignment
|
||||||
|
- Fixed UPS table header spacing for consistent CLI output
|
||||||
|
|
||||||
## 2025-03-28 - 3.1.0 - feat(cli)
|
## 2025-03-28 - 3.1.0 - feat(cli)
|
||||||
Refactor CLI commands to use dedicated handlers for UPS, group, and service management
|
Refactor CLI commands to use dedicated handlers for UPS, group, and service management
|
||||||
|
|
||||||
|
@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@serve.zone/nupst',
|
name: '@serve.zone/nupst',
|
||||||
version: '3.1.0',
|
version: '3.1.1',
|
||||||
description: 'Node.js UPS Shutdown Tool for SNMP-enabled UPS devices'
|
description: 'Node.js UPS Shutdown Tool for SNMP-enabled UPS devices'
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user