fixed vm name being set to "test"

This commit is contained in:
Johannes Erwerle 2025-07-13 14:55:11 +02:00
parent cc8e8bbc60
commit c9a6b90c3d
2 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,5 @@
query vms {
vms: virtual_machine_list(filters: {name: {exact: "test"}}) {
query vms($name: String) {
vms: virtual_machine_list(filters: {name: {exact: $name}}) {
name
id
vcpus