Преглед на файлове

try to change edit action to console

andre преди 4 години
родител
ревизия
e71da8653f
променени са 1 файла, в които са добавени 2 реда и са изтрити 3 реда
  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()