瀏覽代碼

try to change edit action to console

andre 4 年之前
父節點
當前提交
49df40c43a
共有 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-globe';
+    protected $icon           = 'fas fa-gear';
 
     public function initContent()
     {