Worked on operator view
This commit is contained in:
@@ -6,9 +6,9 @@
|
||||
<h1 class="font-bold text-hsrm-gray text-4xl">Aktuelle Plottaufträge <span class="font-semibold text-sm"><%= Date.today.strftime("%d.%m.%Y") %></span></h1>
|
||||
<%= link_to "Plottauftrag aufgeben", new_job_path, class: "px-3 py-2 bg-hsrm-red drop-shadow-lg transition-colors hover:bg-hsrm-red-light text-white block font-medium" %>
|
||||
</div>
|
||||
<div class="overflow-auto min-w-full drop-shadow-lg">
|
||||
<div class="overflow-auto min-w-full shadow-lg">
|
||||
<table class="w-full py-8 table-auto">
|
||||
<thead class="bg-gray-200 text-hsrm-gray border-b-2 border-gray-300">
|
||||
<thead class="bg-gray-200 text-hsrm-gray border-b-2 border-gray-300 shadow">
|
||||
<tr>
|
||||
<th class="p-3 text-sm font-semibold tracking-wide text-center w-1"> ID </th>
|
||||
<th class="p-3 text-sm font-semibold tracking-wide text-center w-1"> Vorschau </th>
|
||||
|
||||
Reference in New Issue
Block a user