mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
Fixing EMM-1557: Notifications anchor points to a wrong URL of the device.
This commit is contained in:
parent
5438a421de
commit
9b2f73acfb
@ -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="device/{{deviceType}}?id={{deviceIdentifier}}#event_log_tab"
|
||||||
data-id="{{notificationId}}"
|
data-id="{{operationId}}"
|
||||||
data-url="device?type={{deviceIdentifier.type}}&id={{deviceIdentifier.id}}"
|
data-url="device/{{deviceType}}?id={{deviceIdentifier}}#event_log_tab"
|
||||||
class="new-notification" data-click-event="remove-form">
|
class="new-notification" data-click-event="remove-form">
|
||||||
Device Type : {{deviceIdentifier.type}}
|
Device Type : {{deviceType}}
|
||||||
</a>
|
</a>
|
||||||
</h4>
|
</h4>
|
||||||
<p>{{description}}</p>
|
<p>{{description}}</p>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user