mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
Merge pull request #808 from amalhub/master
Resolves: https://github.com/wso2/product-iots/issues/1202
This commit is contained in:
commit
05f30e1103
@ -36,7 +36,7 @@
|
|||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
{{#each controlOperations}}
|
{{#each controlOperations}}
|
||||||
<a {{#unless isDisabled}} href="javascript:operationSelect('{{operation}}')" {{else}} href="javascript:void(0)" class="operation-tile op-disabled" title="{{disabledText}}" data-toggle="tooltip" {{/unless}}>
|
<a {{#unless isDisabled}} href="javascript:operationSelect('{{operation}}')" {{else}} href="javascript:void(0)" class="op-disabled" title="{{disabledText}}" data-toggle="tooltip" {{/unless}}>
|
||||||
{{#if iconFont}}
|
{{#if iconFont}}
|
||||||
<i class="fw {{iconFont}}"></i>
|
<i class="fw {{iconFont}}"></i>
|
||||||
{{else}}
|
{{else}}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user