Add identicons to device prompts

This commit is contained in:
Audrius Butkevicius 2015-01-03 23:34:15 +00:00
parent 3a8ee4ce2e
commit ed747a2d3d
2 changed files with 6 additions and 2 deletions

View File

@ -313,7 +313,11 @@
<div ng-repeat="(device, event) in deviceRejections" class="row">
<div class="col-md-12">
<div class="panel panel-warning">
<div class="panel-heading"><h3 class="panel-title"><span translate>New Device</span></h3></div>
<div class="panel-heading">
<h3 class="panel-title">
<identicon data-value="device"></identicon>&emsp;<span translate>New Device</span>
</h3>
</div>
<div class="panel-body">
<p>
<small>{{ event.time | date:"H:mm:ss" }}:</small>

File diff suppressed because one or more lines are too long