Added timefilter to problems
This commit is contained in:
parent
9700bc9d3c
commit
f7dcb4a079
4 changed files with 62 additions and 62 deletions
|
|
@ -8,13 +8,15 @@
|
|||
</script>
|
||||
<link rel="stylesheet" type="text/css" href="/css/{{ .VERSION }}/{{ .CONFIG.THEME }}/problems.css">
|
||||
|
||||
{{ block "page_label" . }}{{end}}
|
||||
{{ block "page_label" . }}{{ end }}
|
||||
|
||||
<div>
|
||||
<div style="margin-bottom: 16px">
|
||||
<input type="radio" name="display" id="display-table" onclick="_ui.displayAreas()"> <label for="display-table">Areas</label>
|
||||
<input type="radio" name="display" id="display-list" onclick="_ui.displayList()"> <label for="display-list">List</label>
|
||||
</div>
|
||||
|
||||
{{ block "timefilter" . }}{{ end }}
|
||||
|
||||
<div class="display-list hidden">
|
||||
<div id="problems-list">
|
||||
<div style="grid-column: 1/-1;"><h2>Current</h2></div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue