Add add user functionality
This commit is contained in:
parent
a34e8c43a9
commit
541206bc41
13
admin.html
13
admin.html
@ -30,6 +30,12 @@
|
|||||||
.plusbutton {
|
.plusbutton {
|
||||||
width: 3rem;
|
width: 3rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.adduser {
|
||||||
|
display: flex;
|
||||||
|
justify-content: flex-end;
|
||||||
|
margin-top: 1rem;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
@ -64,6 +70,13 @@
|
|||||||
</template>
|
</template>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
<div class="adduser">
|
||||||
|
<span>
|
||||||
|
<input type="text" id="newusername" placeholder="Elrond McBong">
|
||||||
|
<input type="button" id="newuserbutton" value="Add">
|
||||||
|
</span>
|
||||||
|
</div>
|
||||||
|
|
||||||
<script src="../../static/js/admin.js"></script>
|
<script src="../../static/js/admin.js"></script>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user