Add add user functionality

This commit is contained in:
Kai Vogelgesang 2020-07-18 01:18:22 +02:00
parent a34e8c43a9
commit 541206bc41

View File

@ -30,6 +30,12 @@
.plusbutton {
width: 3rem;
}
.adduser {
display: flex;
justify-content: flex-end;
margin-top: 1rem;
}
</style>
</head>
@ -64,6 +70,13 @@
</template>
</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>
</body>