Merge pull request #992 from girirajsharma/master
[KEYCLOAK-1049]-Inconsistent name for Type information in Event viewer.
This commit is contained in:
commit
e0da63c985
1 changed files with 2 additions and 2 deletions
|
@ -30,7 +30,7 @@
|
|||
</div>
|
||||
<form class="form-horizontal">
|
||||
<div class="form-group" data-ng-show="filter">
|
||||
<label class="col-sm-2 control-label" for="type">Type</label>
|
||||
<label class="col-sm-2 control-label" for="type">Event Type</label>
|
||||
<div class="col-sm-4">
|
||||
<input class="form-control" type="text" id="type" name="event" data-ng-model="query.type">
|
||||
</div>
|
||||
|
@ -52,7 +52,7 @@
|
|||
</tr>
|
||||
<tr>
|
||||
<th width="100px">Time</th>
|
||||
<th width="180px">Event</th>
|
||||
<th width="180px">Event Type</th>
|
||||
<th>Details</th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
|
Loading…
Reference in a new issue