reboot button aligned right
authorNeszt Tibor <neszt.tibor@euronetrt.hu>
Thu, 7 Dec 2017 22:14:10 +0000 (23:14 +0100)
committerNeszt Tibor <neszt.tibor@euronetrt.hu>
Thu, 7 Dec 2017 22:14:10 +0000 (23:14 +0100)
index.php

index de0088d..83e3d68 100755 (executable)
--- a/index.php
+++ b/index.php
@@ -181,7 +181,7 @@ if ( isset($_GET['config']) ) {
        print "<hr/>";
        print "<button type=\"button\" class=\"btn btn-success\" name=\"start\">Start</button>";
        print "<button type=\"button\" class=\"btn btn-warning\" name=\"stop\" >Stop</button>";
-       print "<button type=\"button\" class=\"btn btn-danger\" name=\"reboot\" >Reboot</button>";
+       print "<button type=\"button\" class=\"btn btn-danger float-right\" name=\"reboot\" >Reboot</button>";
        print "<input type=\"checkbox\" name=\"bgonoff\" id=\"checkbox1\" $is_bg_checked_html><label for=\"checkbox1\">Show background</label></div>";
        print "<input type=\"checkbox\" name=\"bootonoff\" id=\"checkbox2\" $is_boot_checked_html><label for=\"checkbox2\">Start on boot</label></div>";
        print "<hr/>";