forked from I2P_Developers/i2p.i2p
change restart/shutdown/update links to buttons
This commit is contained in:
@ -79,7 +79,7 @@ public class ConfigClientsHelper {
|
||||
}
|
||||
buf.append("/></td><td> ");
|
||||
if (!enabled) {
|
||||
buf.append("<button type=\"submit\" name=\"action\" value=\"Start ").append(index).append("\" />Start</button>");
|
||||
buf.append("<button type=\"submit\" name=\"action\" value=\"Start ").append(index).append("\" >Start</button>");
|
||||
}
|
||||
buf.append(" </td><td>").append(desc).append("</td></tr>\n");
|
||||
}
|
||||
|
Reference in New Issue
Block a user