tangled
alpha
login
or
join now
tree.fail
/
plcbundle-watch
9
fork
atom
this repo has no description
plcbundle-watch.pages.dev
9
fork
atom
overview
issues
pulls
1
pipelines
update
tree.fail
4 months ago
d270492c
d1ea6fdd
1/1
deploy.yml
success
10s
+4
-7
2 changed files
expand all
collapse all
unified
split
src
App.svelte
instances.json
+1
-1
src/App.svelte
···
105
105
<td><span class="font-mono text-xs">{#if instance.status?.bundles?.head_hash}{instance.status?.bundles?.head_hash.slice(0, 7)}{/if}</span></td>
106
106
<td><span class="font-mono text-xs">{#if instance.status?.bundles?.root_hash}{instance.status?.bundles?.root_hash.slice(0, 7)}{/if}</span></td>
107
107
<td>{#if instance.status?.server?.version}{instance.status?.server?.version}{/if}</td>
108
108
-
<td class="opacity-50">{#if instance.status?.responseTime}{instance.status?.responseTime}ms{/if}</td>
108
108
+
<td class="opacity-50">{#if instance.status?.responseTime}{Math.round(instance.status?.responseTime)}ms{/if}</td>
109
109
</tr>
110
110
{/each}
111
111
</tbody>
+3
-6
src/instances.json
···
1
1
[
2
2
{
3
3
-
"url": "https://plcbundle.atscan.net",
4
4
-
"modern": true
3
3
+
"url": "https://plcbundle.atscan.net"
5
4
},
6
5
{
7
7
-
"url": "https://plc.j4ck.xyz",
8
8
-
"modern": true
6
6
+
"url": "https://plc.j4ck.xyz"
9
7
},
10
8
{
11
11
-
"url": "https://plc.indexx.dev",
12
12
-
"modern": true
9
9
+
"url": "https://plc.indexx.dev"
13
10
}
14
11
]