Explorar el Código

new edit/wreng button

andre hace 4 años
padre
commit
497f3bfd4a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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
 {
     protected $id = 'updateeButton';
-    protected $icon = 'lu-zmdi lu-zmdi-edit';
+    protected $icon = 'lu-zmdi lu-zmdi-wrench';
 
     public function initContent()
     {