small margin
This commit is contained in:
parent
91e6386178
commit
07e025700e
|
@ -1003,7 +1003,7 @@ class CCPExecutionHistory extends HTMLElement {
|
|||
var i = s === 0 ? 0 : Math.floor(Math.log(s) / Math.log(1024));
|
||||
size = `[${+((s / Math.pow(1024, i)).toFixed(2)) * 1 + ' ' + ['B', 'kB', 'MB', 'GB', 'TB'][i]}]`
|
||||
}
|
||||
e.innerHTML = `<a href="${d.href}" onclick="event.preventDefault()">${d.path}</a><small class="text-muted">${size} </small>`
|
||||
e.innerHTML = `<a href="${d.href}" onclick="event.preventDefault()">${d.path}</a><small class="text-muted ml-2">${size} </small>`
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue