Jelajahi Sumber

try to change edit action to console

andre 4 tahun lalu
induk
melakukan
fc0efdad5f
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      app/UI/Vms/Buttons/ConsoleButton.php

+ 1 - 1
app/UI/Vms/Buttons/ConsoleButton.php

@@ -27,7 +27,7 @@ use ModulesGarden\Servers\ProxmoxCloudVps\Core\UI\Widget\Buttons\ButtonDataTable
 
 class ConsoleButton extends ButtonDataTableModalAction implements ClientArea
 {
-    protected $icon           = 'lu-zmdi lu-zmdi-edit';
+    protected $icon           = 'fas fa-globe';
 
     public function initContent()
     {