Some gui bug fixes
Former-commit-id: 8e934b26bb9b4cb353cda9381a5a3be5544e86c5
This commit is contained in:
parent
86e041945c
commit
3343ad83db
4 changed files with 8 additions and 2 deletions
|
|
@ -56,11 +56,13 @@
|
|||
<table class="table table-hover table-condensed">
|
||||
<thead>
|
||||
<th>Type</th>
|
||||
<th>Date</th>
|
||||
<th>Configuration</th>
|
||||
</thead>
|
||||
{{#detectedEvents}}
|
||||
<tr>
|
||||
<td>{{.getClass().getName()}}</td>
|
||||
<td>{{.getTimestamp()}}</td>
|
||||
<td>{{.}}</td>
|
||||
<td>
|
||||
<div class="btn-toolbar pull-right">
|
||||
|
|
@ -116,6 +118,7 @@
|
|||
else{ // create
|
||||
modal.find("input[name=action]").val("create_local_event");
|
||||
modal.find("input[name=id]").val(-1);
|
||||
modal.find("select[name=type]").change(); // Update dynamic inputs
|
||||
}
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue