소스 검색

change icons

andre 4 년 전
부모
커밋
65af7771b1
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           = 'lu-zmdi lu-zmdi-fullscreen';
+    protected $icon           = 'lu-zmdi lu-zmdi-desktop-windows';
 
     public function initContent()
     {