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
 class ConsoleButton extends ButtonDataTableModalAction implements ClientArea
 {
 {
-    protected $icon           = 'lu-zmdi lu-zmdi-desktop-windows';
+    protected $icon           = 'lu-zmdi lu-zmdi-fullscreen';
 
 
     public function initContent()
     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
 class ManageButton extends ButtonDataTableModalAction implements ClientArea
 {
 {
-    protected $icon           = 'lu-zmdi lu-zmdi-globe-alt';
+    protected $icon           = 'lu-zmdi lu-zmdi-wrench';
 
 
     public function initContent()
     public function initContent()
     {
     {