Procházet zdrojové kódy

new edit/wreng button

andre před 4 roky
rodič
revize
497f3bfd4a

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