瀏覽代碼

change icons

andre 4 年之前
父節點
當前提交
1835e9b984
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      app/UI/Vms/Buttons/ConsoleButton.php
  2. 1 1
      app/UI/Vms/Buttons/ManageButton.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-desktop-windows';
+    protected $icon           = 'lu-zmdi lu-zmdi-fullscreen';
 
     public function initContent()
     {

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

@@ -27,7 +27,7 @@ use ModulesGarden\Servers\ProxmoxCloudVps\App\Helpers\UrlServiceHelper;
 
 class ManageButton extends ButtonDataTableModalAction implements ClientArea
 {
-    protected $icon           = 'lu-zmdi lu-zmdi-globe-alt';
+    protected $icon           = 'lu-zmdi lu-zmdi-wrench';
 
     public function initContent()
     {