This commit is contained in:
@@ -43,7 +43,7 @@ export function DockerUpdatesWidget() {
|
|||||||
{error && <div className="widget-error">⚠ {error}</div>}
|
{error && <div className="widget-error">⚠ {error}</div>}
|
||||||
|
|
||||||
{!loading && !error && (
|
{!loading && !error && (
|
||||||
<div className="progress-group" style={{ maxHeight: '260px', overflowY: 'auto' }}>
|
<div className="progress-group" style={{ maxHeight: '260px', overflowY: 'auto', scrollbarWidth: 'thin', paddingRight: '4px' }}>
|
||||||
{[...containers]
|
{[...containers]
|
||||||
.sort((a, b) => {
|
.sort((a, b) => {
|
||||||
const rank = (c: ContainerInfo) =>
|
const rank = (c: ContainerInfo) =>
|
||||||
|
|||||||
Reference in New Issue
Block a user