mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-09 16:05:42 +00:00
nits
This commit is contained in:
@@ -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'
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user