add update AP button

This commit is contained in:
Christian Herzog
2019-10-20 11:07:00 +02:00
parent 220f039be3
commit fc1c0a4bd2
3 changed files with 17 additions and 5 deletions

View File

@@ -362,3 +362,8 @@ tr.hide {
float: right;
display: none;
}
button#updateAP {
float: right;
display: inline;
}