forked from community/device-mgt-core
parent
b0e1608903
commit
855f294ed2
@ -1,14 +1,27 @@
|
|||||||
{{#each notifications}}
|
{{#each notifications}}
|
||||||
<li class="message message-info" data-type="selectable" >
|
<li class="message message-info" data-type="selectable" >
|
||||||
<h4>
|
<table>
|
||||||
<i class="icon fw fw-info"></i>
|
<td>
|
||||||
<a href="{{../context}}/device/{{deviceType}}?id={{deviceIdentifier}}"
|
<h4>
|
||||||
data-id="{{id}}"
|
<i class="icon fw fw-info"></i>
|
||||||
data-url="device?type={{deviceType}}&id={{deviceIdentifier}}"
|
<a href="{{../context}}/device/{{deviceType}}?id={{deviceIdentifier}}"
|
||||||
class="new-notification" data-click-event="remove-form">
|
data-id="{{id}}"
|
||||||
{{deviceType}} : {{deviceName}}
|
data-url="device?type={{deviceType}}&id={{deviceIdentifier}}"
|
||||||
</a>
|
class="new-notification" data-click-event="remove-form">
|
||||||
</h4>
|
{{deviceType}} : {{deviceName}}
|
||||||
<p>{{description}}</p>
|
</a>
|
||||||
|
</h4>
|
||||||
|
<p>{{description}}</p>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<a class="new-notification" data-click-event="remove-notification">
|
||||||
|
<span class="fw-stack">
|
||||||
|
<i class="fw fw-circle-outline fw-stack-2x"></i>
|
||||||
|
<i class="fw fw-delete fw-stack-1x"></i>
|
||||||
|
</span>
|
||||||
|
</a>
|
||||||
|
</a>
|
||||||
|
</td>
|
||||||
|
</table>
|
||||||
</li>
|
</li>
|
||||||
{{/each}}
|
{{/each}}
|
Loading…
Reference in new issue