Fixed sidebar notifications

revert-70aa11f8
Rasika Perera 7 years ago
parent c970167299
commit 6470e8e3d2

@ -2,11 +2,11 @@
<li class="message message-info" data-type="selectable" > <li class="message message-info" data-type="selectable" >
<h4> <h4>
<i class="icon fw fw-info"></i> <i class="icon fw fw-info"></i>
<a href="device?type={{deviceIdentifier.type}}&id={{deviceIdentifier.id}}" <a href="{{../context}}/device/{{deviceType}}?id={{deviceIdentifier}}"
data-id="{{notificationId}}" data-id="{{id}}"
data-url="device?type={{deviceIdentifier.type}}&id={{deviceIdentifier.id}}" data-url="device?type={{deviceType}}&id={{deviceIdentifier}}"
class="new-notification" data-click-event="remove-form"> class="new-notification" data-click-event="remove-form">
Device Type : {{deviceIdentifier.type}} {{deviceType}} : {{deviceName}}
</a> </a>
</h4> </h4>
<p>{{description}}</p> <p>{{description}}</p>

Loading…
Cancel
Save