Skip to content

Commit

Permalink
feat(vmlist): Add tags to vm output
Browse files Browse the repository at this point in the history
  • Loading branch information
lcaflc committed Jan 10, 2025
1 parent 29e44bd commit e4a8fff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pvecontrol/vm.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from enum import Enum


COLUMNS = ["vmid", "name", "status", "node", "cpus", "maxmem", "maxdisk"]
COLUMNS = ["vmid", "name", "status", "node", "cpus", "maxmem", "maxdisk", "tags"]


class VmStatus(Enum):
Expand Down

0 comments on commit e4a8fff

Please sign in to comment.