Browse Source

try to change edit action to console

andre 4 năm trước cách đây
mục cha
commit
ee1aa576f0
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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           = 'fas fa-computer';
+    protected $icon           = 'lu-zmdi lu-zmdi-desktop-windows';
 
     public function initContent()
     {