fix: implement write-lock for agent cache
This commit is contained in:
parent
5569ba4660
commit
eb922c9318
3 changed files with 18 additions and 10 deletions
|
|
@ -159,7 +159,7 @@ export default function MachineRow({ machine, routes, magic, users, stats }: Pro
|
|||
<p className="font-semibold leading-snug">
|
||||
{hinfo.getTSVersion(stats)}
|
||||
</p>
|
||||
<p className="text-sm text-gray-500 dark:text-gray-300">
|
||||
<p className="text-sm text-gray-500 dark:text-gray-300 max-w-48 truncate">
|
||||
{hinfo.getOSInfo(stats)}
|
||||
</p>
|
||||
</>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue