Skip to content

Commit

Permalink
status: add dynamic status page link
Browse files Browse the repository at this point in the history
  • Loading branch information
pulsejet committed May 16, 2024
1 parent 320a660 commit df8f5bf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions framework/ndn-testbed-status/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
<tr>
<th></th>
<th>Prefix</th>
<th>HTTPS</th>
<th colspan=2>Status Page</th>

<th>Status</th>
<th>Last Refresh</th>
<th>TLS Expiry</th>
<th>WSS</th>
<th>Revision</th>
Expand Down Expand Up @@ -38,6 +38,7 @@

<td class="sel-all">{{ router.prefix }}</td>
<td class="sel-all"><a :href="`https://${router.host}`" target="_blank">{{ router.host }}</a></td>
<td><a :href="`https://${router.host}/n/`" target="_blank">&#129109;</a></td>

<td :class="{
warning: getFromNow(router.status?.timestamp ?? 0) < -1800,
Expand Down

0 comments on commit df8f5bf

Please sign in to comment.