mirror of
https://github.com/l5yth/potato-mesh.git
synced 2026-05-18 07:15:56 +02:00
8181fc8e03
* web: further refine the federation page * web: address review comments * web: address review comments
34 lines
1.4 KiB
Plaintext
34 lines
1.4 KiB
Plaintext
<!--
|
|
Copyright © 2025-26 l5yth & contributors
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
you may not use this file except in compliance with the License.
|
|
You may obtain a copy of the License at
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
See the License for the specific language governing permissions and
|
|
limitations under the License.
|
|
-->
|
|
<div class="instances-table-wrapper">
|
|
<table id="instances">
|
|
<thead>
|
|
<tr>
|
|
<th class="instances-col instances-col--name">Name</th>
|
|
<th class="instances-col instances-col--domain">Domain</th>
|
|
<th class="instances-col instances-col--contact">Contact</th>
|
|
<th class="instances-col instances-col--version">Version</th>
|
|
<th class="instances-col instances-col--channel">Channel</th>
|
|
<th class="instances-col instances-col--frequency">Frequency</th>
|
|
<th class="instances-col instances-col--latitude">Latitude</th>
|
|
<th class="instances-col instances-col--longitude">Longitude</th>
|
|
<th class="instances-col instances-col--last-update">Last Update</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody></tbody>
|
|
</table>
|
|
</div>
|