UI fixes
This commit is contained in:
parent
8dd4fcd197
commit
c82c770246
10 changed files with 52 additions and 16 deletions
|
|
@ -64,7 +64,7 @@
|
|||
<a href="#" onclick="newSection({{ .ID }})">Create</a>
|
||||
</div>
|
||||
{{ range .SortedSections }}
|
||||
<div class="section">
|
||||
<div class="section configuration">
|
||||
<div class="name" onclick="renameSection({{ .ID }}, {{ .Name }})">{{ .Name }}</div>
|
||||
</div>
|
||||
{{ end }}
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
{{ $prevGroup := "kalle" }}
|
||||
{{ range .Data.Datapoints }}
|
||||
{{ if ne $prevGroup .Group }}
|
||||
<div class="line group">{{ .Group }}</div>
|
||||
<h2 class="line">{{ .Group }}</h2>
|
||||
<div class="header">Name</div>
|
||||
<div class="header">Datatype</div>
|
||||
<div class="header">Last value</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue