mirror of
https://gitlab.com/wirelos/sprocket-plugin-web.git
synced 2025-12-14 14:01:27 +01:00
separate declaration and implementation
This commit is contained in:
@@ -23,6 +23,10 @@
|
||||
<span class="heading">System</span>
|
||||
<div class="content">
|
||||
<div><label>Free Heap: </label><span class="js-heap"></span><span> bytes</span><br><br></div>
|
||||
<form method='POST' action='/update' enctype='multipart/form-data'>
|
||||
<input type='file' name='update'><input type='submit' value='Update'>
|
||||
</form>
|
||||
<br>
|
||||
<button class="js-restart">Restart</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
.sui label {
|
||||
color: #b3b2b2;
|
||||
}
|
||||
.sui button {
|
||||
.sui button, .sui input[type=file] {
|
||||
background: #097479;
|
||||
color: #eeeeee;
|
||||
font-size: 0.9em;
|
||||
|
||||
Reference in New Issue
Block a user