v1.4.9 - Fixed (most of) style in all documents
This commit is contained in:
@@ -160,8 +160,8 @@ class WashingMachineController extends Controller
|
||||
$output = "<tr>" .
|
||||
"<th>Navn</th>" .
|
||||
"<th>Lokation</th>" .
|
||||
"<th style=\"width: 1em;\"><img class=\"w-100\" src=" . asset('/images/icons/pencil.svg') . " alt=\"Update\"></th>" .
|
||||
"<th style=\"width: 1em;\"><img class=\"w-100\" src=" . asset('/images/icons/trashcan.svg') . " alt=\"Delete\"></th>" .
|
||||
"<th class='w-1em'><img class=\"w-100\" src=" . asset('/images/icons/pencil.svg') . " alt=\"Update\"></th>" .
|
||||
"<th class='w-1em'><img class=\"w-100\" src=" . asset('/images/icons/trashcan.svg') . " alt=\"Delete\"></th>" .
|
||||
"</tr>";
|
||||
|
||||
if ($request->option !== 'all') {
|
||||
|
||||
Reference in New Issue
Block a user