Browse Source

try to fix the detailed view

andre 4 years ago
parent
commit
558aad594e
1 changed files with 2 additions and 2 deletions
  1. 2 2
      app/UI/VmUpdate/Providers/VmUpdateProvider.php

+ 2 - 2
app/UI/VmUpdate/Providers/VmUpdateProvider.php

@@ -194,9 +194,9 @@ class VmUpdateProvider extends VmCreateProvider
                 logModuleCall(
                 logModuleCall(
                     'proxmoxCloud',
                     'proxmoxCloud',
                     __FUNCTION__,
                     __FUNCTION__,
-                    (int) $this->api()->getVersion(),
+                    (float) $this->api()->getVersion(),
                     'Debug3',
                     'Debug3',
-                    (int) "6.3"
+                    (float) "6.3"
                 );
                 );
                 
                 
                 $vm->changeBootOrder($bootOrder);
                 $vm->changeBootOrder($bootOrder);