|
|
@ -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>
|
|
|
|