Merge pull request #992 from girirajsharma/master

[KEYCLOAK-1049]-Inconsistent name for Type information in Event viewer.
This commit is contained in:
Stian Thorgersen 2015-02-24 15:34:34 +01:00
commit e0da63c985

View file

@ -30,7 +30,7 @@
</div> </div>
<form class="form-horizontal"> <form class="form-horizontal">
<div class="form-group" data-ng-show="filter"> <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"> <div class="col-sm-4">
<input class="form-control" type="text" id="type" name="event" data-ng-model="query.type"> <input class="form-control" type="text" id="type" name="event" data-ng-model="query.type">
</div> </div>
@ -52,7 +52,7 @@
</tr> </tr>
<tr> <tr>
<th width="100px">Time</th> <th width="100px">Time</th>
<th width="180px">Event</th> <th width="180px">Event Type</th>
<th>Details</th> <th>Details</th>
</tr> </tr>
</thead> </thead>