* Key certs:

- Hide setting in i2ptunnel edit pages unless advanced user
  - Only store LS with key certs to routers that support it
This commit is contained in:
zzz
2014-01-28 14:21:54 +00:00
parent 17e63b054c
commit 28575dbdae
4 changed files with 30 additions and 0 deletions

View File

@@ -351,6 +351,11 @@ public class EditBean extends IndexBean {
return Addresses.getAllAddresses();
}
/** @since 0.9.11 */
public boolean isAdvanced() {
return _context.getBooleanProperty("routerconsole.advanced");
}
public String getI2CPHost(int tunnel) {
if (_context.isRouterContext())
return _("internal");