diff options
author | Raúl Benencia <raul@thousandeyes.com> | 2018-04-13 16:30:31 -0700 |
---|---|---|
committer | Raúl Benencia <raul@thousandeyes.com> | 2018-05-11 15:02:34 -0700 |
commit | 77c172b823b64ebface655681ab0749b9d2f7081 (patch) | |
tree | 09c13e626eb95ae1d33e76ed683172eab1ab6c96 /web/templates/html/events.html |
First public commit
Diffstat (limited to 'web/templates/html/events.html')
-rw-r--r-- | web/templates/html/events.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/web/templates/html/events.html b/web/templates/html/events.html new file mode 100644 index 0000000..4a0a825 --- /dev/null +++ b/web/templates/html/events.html @@ -0,0 +1,15 @@ +{{ define "events" }} + +<div class="col-md-12"> + <div class="card card-default"> + <!-- Default card contents --> + <div class="card-header"> + Event History + </div> + + <div class="card-body event-log"> + </div> + + </div> +</div> +{{ end }} |