feat: reimplement user actions
This commit is contained in:
parent
2299907932
commit
2e383ddabe
5 changed files with 102 additions and 24 deletions
|
|
@ -96,7 +96,7 @@ export default function MachineRow({
|
|||
return (
|
||||
<tr
|
||||
key={machine.id}
|
||||
className="'group hover:bg-headplane-50 dark:hover:bg-headplane-950"
|
||||
className="group hover:bg-headplane-50 dark:hover:bg-headplane-950"
|
||||
>
|
||||
<td className="pl-0.5 py-2 focus-within:ring">
|
||||
<Link
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue