+
+ Last healthcheck did not respond after{' '}
+
+ {lastHealthcheck.durationMillis && `${Utils.millisecondsToSecondsRoundToTenth(lastHealthcheck.durationMillis)} seconds`}
+
+ {' '}at {Utils.absoluteTimestampWithSeconds(lastHealthcheck.timestamp)}
+
+
{lastHealthcheck.errorMessage || lastHealthcheck.responseBody}
+
);
}
diff --git a/SingularityUI/app/components/taskDetail/TaskS3Logs.jsx b/SingularityUI/app/components/taskDetail/TaskS3Logs.jsx
index b8bb83a423..a65478b982 100644
--- a/SingularityUI/app/components/taskDetail/TaskS3Logs.jsx
+++ b/SingularityUI/app/components/taskDetail/TaskS3Logs.jsx
@@ -33,7 +33,7 @@ class TaskS3Logs extends Component {
emptyTableMessage="This task has no history yet"
data={s3Files}
keyGetter={(s3File) => s3File.key}
- rowChunkSize={5}
+ rowChunkSize={20}
paginated={true}
>