Changeset c2e9bd9
- Timestamp:
- 10/27/21 01:07:55 (3 years ago)
- Branches:
- develop, master
- Children:
- 1701ba0
- Parents:
- 9a13901
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
public/assets/js/examples/pages/user-list.js
r9a13901 rc2e9bd9 17 17 }, 18 18 ], 19 'order': [1, 'asc'], 20 buttons: ['copy', 'csv', 'excel', 'pdf', 'print'] 19 'order': [1, 'asc'] 21 20 }); 22 21 -
resources/views/dashboard/departments/index.blade.php
r9a13901 rc2e9bd9 81 81 @if(auth()->user()->hasPermission('manage_all_departments')) 82 82 <td> 83 <a class="text-secondary" data-dismiss="modal" data-toggle="modal" href="#editModal_{{$department->id}}" title="Edit">83 <a href="javascript:void(0)" class="text-secondary" data-toggle="modal" data-target="#editModal_{{$department->id}}" title="Edit"> 84 84 <i class="ti-pencil"></i> 85 85 </a> -
resources/views/dashboard/index.blade.php
r9a13901 rc2e9bd9 116 116 <th> 117 117 </th> 118 <th>I mage</th>118 <th>Icon</th> 119 119 <th>Name</th> 120 120 <th>Created at</th>
Note:
See TracChangeset
for help on using the changeset viewer.