Product Test

This commit is contained in:
2023-12-20 06:10:29 +00:00
parent d92bcea251
commit c8795ebced
2 changed files with 21 additions and 0 deletions
+16
View File
@@ -117,6 +117,22 @@
</div>
</div>
</td>
<td>
<div class="demo-card-square mdl-card mdl-shadow--2dp" id="buttons_card">
<button class="mdl-button mdl-js-button mdl-button--raised">
Reboot
</button><br>
<button class="mdl-button mdl-js-button mdl-button--raised">
Poweroff
</button><br>
<button class="mdl-button mdl-js-button mdl-button--raised">
Update
</button><br>
<button class="mdl-button mdl-js-button mdl-button--raised">
Licenses / Credits
</button>
</div>
</td>
</tr>
</table>
+5
View File
@@ -62,3 +62,8 @@ html, body {
padding-right: 20px;
text-align: center;
}
#buttons_card > button {
width: 200px;
margin: auto;
}