mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
Updating notification side-bar message format
This commit is contained in:
parent
ab14f9516c
commit
87d8c75682
@ -1,12 +1,12 @@
|
|||||||
{{#each notifications}}
|
{{#each notifications}}
|
||||||
<li class="message message-info" data-type="selectable" >
|
<li class="message" data-type="selectable">
|
||||||
<h4>
|
<h4>
|
||||||
<i class="icon fw fw-info"></i>
|
<i class="icon fw fw-mobile text-muted"></i>
|
||||||
<a href="{{../appContext}}/device/{{deviceType}}?id={{deviceIdentifier}}#event_log_tab"
|
<a href="../device/{{deviceType}}?id={{deviceIdentifier}}"
|
||||||
data-id="{{operationId}}"
|
data-id="{{operationId}}"
|
||||||
data-url="device/{{deviceType}}?id={{deviceIdentifier}}#event_log_tab"
|
data-url="../device/{{deviceType}}?id={{deviceIdentifier}}"
|
||||||
class="new-notification text-capitalize" data-click-event="remove-form">
|
class="new-notification" data-click-event="remove-form">
|
||||||
{{deviceType}} {{deviceName}}
|
Notification on {{deviceType}} {{deviceName}}
|
||||||
</a>
|
</a>
|
||||||
</h4>
|
</h4>
|
||||||
<p>{{description}}</p>
|
<p>{{description}}</p>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user