Browse Source

try to change edit action to console

andre 4 years ago
parent
commit
f6a0e672ed
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/UI/Vms/Pages/VmsDataTable.php

+ 1 - 0
app/UI/Vms/Pages/VmsDataTable.php

@@ -84,6 +84,7 @@ class VmsDataTable extends DataTable implements ClientArea, AdminArea
         }
         }
         //delete
         //delete
         $this->addActionButton(new ManageButton());
         $this->addActionButton(new ManageButton());
+        $this->addActionButton(new DeleteButton());
     }
     }
 
 
     protected function loadHtml()
     protected function loadHtml()