mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
Added dynamic icon loading and changed the image file name
This commit is contained in:
parent
ccd778160f
commit
e108dc3e9b
|
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 1.9 KiB |
@ -50,7 +50,7 @@ include("/includes/auth-header.jag");
|
|||||||
var operation = operations[i]
|
var operation = operations[i]
|
||||||
%>
|
%>
|
||||||
<button data-operation="<%=operation.featureName%>" class="device-operation btn btn-default">
|
<button data-operation="<%=operation.featureName%>" class="device-operation btn btn-default">
|
||||||
<img src="/cdm/client/img/operations/lock.png" />
|
<img src="/cdm/client/img/operations/<%=operation.featureName%>.png" />
|
||||||
<p><%=operation.featureDescription %></p>
|
<p><%=operation.featureDescription %></p>
|
||||||
</button>
|
</button>
|
||||||
<%
|
<%
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user