* /configclients: Add link to plugins.i2p; don't show delete button for console

This commit is contained in:
zzz
2014-01-28 22:48:52 +00:00
parent 434bf13be9
commit c30419107f
2 changed files with 2 additions and 1 deletions

View File

@ -122,7 +122,7 @@ public class ConfigClientsHelper extends HelperBase {
// show stop button
showStop,
// show delete button, show start button
true, showStart);
!isConsole, showStart);
}
if ("new".equals(_edit))