Преглед изворни кода

try to change edit action to console

andre пре 4 година
родитељ
комит
ee1aa576f0
1 измењених фајлова са 1 додато и 1 уклоњено
  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()
     {