tangled
alpha
login
or
join now
danielmorrisey.com
/
plcbundle-watch
forked from
tree.fail/plcbundle-watch
0
fork
atom
this repo has no description
plcbundle-watch.pages.dev
0
fork
atom
overview
issues
pulls
pipelines
update sort
tree.fail
4 months ago
252b1909
d13fce51
+1
-1
1 changed file
expand all
collapse all
unified
split
src
App.svelte
+1
-1
src/App.svelte
···
65
65
let autoRefreshEnabled = $state(true)
66
66
let instances = $state<Instance[]>(instancesData.sort(() => Math.random() - 0.5))
67
67
68
68
-
const instanceOrderBy = [['_head', 'status.bundles.last_bundle', 'status.latency'], ['desc', 'asc']]
68
68
+
const instanceOrderBy = [['_head', 'status.bundles.last_bundle', 'status.latency'], ['desc', 'desc', 'asc']]
69
69
70
70
async function getStatus(instance: Instance): Promise<StatusResponse | undefined> {
71
71
let statusResp: StatusResponse | undefined;