This commit is contained in:
Ruben Fiszel
2024-04-09 14:15:12 +02:00
parent 8bd37bbcbb
commit bb847d399b
3 changed files with 2 additions and 2 deletions
@@ -23,6 +23,7 @@
startIcon={{ icon: SettingsIcon }}
color="light"
size="xs2"
btnClasses="!text-tertiary"
variant="contained">defaults</Button
>
{/if}
@@ -219,7 +219,6 @@
await loadJobInProgress()
if (flowJobIds) {
console.log('flowJobIds', flowJobIds)
let common = {
iteration_from: Math.max(flowJobIds.flowJobs.length - 20, 0),
iteration_total: flowJobIds?.length
@@ -113,7 +113,7 @@
function isSortable(key: string) {
return (
(objects?.[0] != undefined && typeof objects[0][key] === 'string') ||
(objects?.[0]?.[key] != undefined && typeof objects[0][key] === 'string') ||
typeof objects[0][key] === 'number' ||
typeof objects[0][key] === 'boolean'
)