Procházet zdrojové kódy

try to change edit action to console

andre před 4 roky
rodič
revize
e71da8653f
1 změnil soubory, kde provedl 2 přidání a 3 odebrání
  1. 2 3
      app/UI/Vms/Pages/VmsDataTable.php

+ 2 - 3
app/UI/Vms/Pages/VmsDataTable.php

@@ -80,11 +80,10 @@ class VmsDataTable extends DataTable implements ClientArea, AdminArea
 
         if(!$isAdmin){
             //edit
-//            $this->addActionButton(new ConsoleButton());
-            $this->addActionButton(new ManageButton());
+            $this->addActionButton(new ConsoleButton());
         }
         //delete
-        $this->addActionButton(new DeleteButton());
+        $this->addActionButton(new ManageButton());
     }
 
     protected function loadHtml()