feat(webui): add state creation page
This commit is contained in:
parent
ab548d249b
commit
fcc2206124
5 changed files with 169 additions and 0 deletions
|
@ -1,5 +1,11 @@
|
|||
{{ define "main" }}
|
||||
<main class="responsive" id="main">
|
||||
<a href="/states/new">
|
||||
<button class="small-round">
|
||||
<i>add</i>
|
||||
<span>New</span>
|
||||
</button>
|
||||
</a>
|
||||
<table class="clickable-rows no-space">
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue