use button

This commit is contained in:
Christopher 2020-10-23 23:16:47 +02:00
parent 7daeb7026d
commit e93f81eaf3
2 changed files with 5 additions and 5 deletions

View File

@ -59,10 +59,10 @@
<div class="main-menu-area mg-tb-40">
<div class="container" style="text-align:center;">
<form method="post" action="index.php?page=do" enctype="multipart/form-data">
<button type = "submit" name="do-start" value="start" class="btn-lg notika-btn-lightgreen waves-effect">START CONTAINER</button>
<button type = "submit" name="do-stop" value="stop" class="btn-lg notika-btn-orange waves-effect">STOP CONTAINER</button>
<button type = "submit" name="do-kill" value="kill" class="btn-lg notika-btn-red waves-effect">KILL CONTAINER</button>
<button type = "submit" name="do-restart" value="restart" class="btn-lg notika-btn-cyan waves-effect">RESTART CONTAINER</button>
<button type="submit" name="do-start" value="start" class="btn-lg notika-btn-lightgreen waves-effect">START CONTAINER</button>
<button type="submit" name="do-stop" value="stop" class="btn-lg notika-btn-orange waves-effect">STOP CONTAINER</button>
<button type="submit" name="do-kill" value="kill" class="btn-lg notika-btn-red waves-effect">KILL CONTAINER</button>
<button type="submit" name="do-restart" value="restart" class="btn-lg notika-btn-cyan waves-effect">RESTART CONTAINER</button>
</form>
</div>
</div>

View File

@ -40,7 +40,7 @@
<input type="password" class="form-control" name="accesskey" placeholder="Access Key">
</div>
</div>
<a href="#l-register" data-ma-action="nk-login-switch" data-ma-block="#l-register" class="btn btn-login btn-success btn-float"><i class="notika-icon notika-right-arrow right-arrow-ant"></i></a>
<button type="submit" name="do-login" value="login" data-ma-action="nk-login-switch" data-ma-block="#l-register" class="btn btn-login btn-success btn-float"><i class="notika-icon notika-right-arrow right-arrow-ant"></i></a>
</div>
</div>
</div>