소스 검색

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()
     {