Updated frontend
This commit is contained in:
@@ -16,7 +16,7 @@ import java.util.Map;
|
||||
* Info page for INS registrar frontend (v1.0.1).
|
||||
*/
|
||||
@Route(path = "/info.html")
|
||||
public final class info implements WebPage {
|
||||
public final class info extends WebPage {
|
||||
|
||||
@Override
|
||||
public WebResourceResponsePacket handle(WebPageContext ctx) {
|
||||
@@ -34,7 +34,7 @@ public final class info implements WebPage {
|
||||
<p>
|
||||
It provides a trusted reference point for resolving InfoNames
|
||||
and enables initial client connections
|
||||
to the OAC ecosystem.
|
||||
to the OAC.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
@@ -46,6 +46,8 @@ public final class info implements WebPage {
|
||||
Note: Alternative or private INS servers may exist, but the default INS
|
||||
server represents the official and stable reference instance.
|
||||
</p>
|
||||
|
||||
<p>Checkout the Source here: https://repo.open-autonomous-connection.org/open-autonomous-connection/INSServer/</p>
|
||||
</section>
|
||||
""");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user