diff --git a/apps/routerconsole/jsp/home.jsp b/apps/routerconsole/jsp/home.jsp index 4423bed83..b1dd1079b 100644 --- a/apps/routerconsole/jsp/home.jsp +++ b/apps/routerconsole/jsp/home.jsp @@ -25,6 +25,13 @@
images/i2plogo.png" alt="<%=intl._("I2P Router Console")%>" title="<%=intl._("I2P Router Console")%>">
+<% + if (!intl.allowIFrame(request.getHeader("User-Agent"))) { +%> + <%=intl._("Summary Bar")%> +<% + } +%>
<%@include file="xhr1.jsi" %> diff --git a/history.txt b/history.txt index 212a9d328..00bdd3e65 100644 --- a/history.txt +++ b/history.txt @@ -3,6 +3,7 @@ - Added option to /configui to force the mobile console to be used (for cases where the UserAgent matching fails) - Added Opera Mobile to list of mobile UserAgents + - Added a link to the summary bar for mobile users on /home 2013-01-19 str4d * Console: