Console: Make the /confighome headers match the home page headers

Fix padding on file chooser buttons
This commit is contained in:
zzz
2021-05-20 08:47:20 -04:00
parent 2bb14c317f
commit 557c1d0f04
3 changed files with 4 additions and 5 deletions

View File

@@ -18,7 +18,7 @@ public class RouterVersion {
/** deprecated */
public final static String ID = "Git";
public final static String VERSION = CoreVersion.VERSION;
public final static long BUILD = 0;
public final static long BUILD = 1;
/** for example "-test" */
public final static String EXTRA = "";