mirror of
https://github.com/Termix-SSH/Termix.git
synced 2026-08-30 02:41:34 +00:00
Fix Fleet command results layout (#1301)
This commit is contained in:
@@ -74,7 +74,7 @@ function ResultsList({ results }: { results: FleetHostResult[] }) {
|
|||||||
const { t } = useTranslation();
|
const { t } = useTranslation();
|
||||||
if (results.length === 0) return null;
|
if (results.length === 0) return null;
|
||||||
return (
|
return (
|
||||||
<div className="flex flex-col gap-2 max-h-80 overflow-y-auto">
|
<div className="flex flex-col gap-2">
|
||||||
{results.map((r) => (
|
{results.map((r) => (
|
||||||
<div
|
<div
|
||||||
key={r.hostId}
|
key={r.hostId}
|
||||||
|
|||||||
Reference in New Issue
Block a user