andre 4 rokov pred
rodič
commit
1835e9b984

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