Jelajahi Sumber

new edit/wreng button

andre 4 tahun lalu
induk
melakukan
497f3bfd4a
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      app/UI/ServiceInformation/Buttons/UpdateButton.php

+ 1 - 1
app/UI/ServiceInformation/Buttons/UpdateButton.php

@@ -27,7 +27,7 @@ use ModulesGarden\Servers\ProxmoxVps\Core\UI\Widget\Buttons\ButtonDataTableModal
 class UpdateButton extends ButtonDataTableModalAction implements ClientArea, AdminArea
 class UpdateButton extends ButtonDataTableModalAction implements ClientArea, AdminArea
 {
 {
     protected $id = 'updateeButton';
     protected $id = 'updateeButton';
-    protected $icon = 'lu-zmdi lu-zmdi-edit';
+    protected $icon = 'lu-zmdi lu-zmdi-wrench';
 
 
     public function initContent()
     public function initContent()
     {
     {