[amazonechocontrol] Fixed link to UI (#9431)

* fix link in servlet

Signed-off-by: Jan N. Klug <jan.n.klug@rub.de>
pull/9354/head
J-N-K 2020-12-19 20:25:12 +01:00 committed by GitHub
parent b3fa40ff64
commit b541de6b22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -393,10 +393,10 @@ public class AccountServlet extends HttpServlet {
html.append(servletUrl);
html.append("/changeDomain'>Change</a>");
// paper ui link
html.append("<br><a href='/paperui/index.html#/configuration/things/view/" + BINDING_ID + ":"
// Main UI link
html.append("<br><a href='/#!/settings/things/" + BINDING_ID + ":"
+ URLEncoder.encode(THING_TYPE_ACCOUNT.getId(), "UTF8") + ":" + URLEncoder.encode(id, "UTF8") + "'>");
html.append(StringEscapeUtils.escapeHtml("Check Thing in Paper UI"));
html.append(StringEscapeUtils.escapeHtml("Check Thing in Main UI"));
html.append("</a><br><br>");
// device list