mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Added tooltips for policy listing page.
This commit is contained in:
parent
9324cc0668
commit
29086834eb
@ -237,10 +237,12 @@
|
||||
data-search="{{status}}"
|
||||
data-display="{{status}}">
|
||||
</td>
|
||||
<td class="text-right content-fill text-left-on-grid-view no-wrap">
|
||||
<td class="text-right content-fill text-left-on-grid-view no-wrap tooltip-overflow-fix">
|
||||
<!--suppress HtmlUnknownTarget -->
|
||||
<a href="{{@app.context}}/policy/edit?id={{id}}&deviceType={{platform}}"
|
||||
data-id="{{id}}"
|
||||
data-toggle="tooltip"
|
||||
data-original-title="Edit"
|
||||
data-click-event="remove-form"
|
||||
class="btn padding-reduce-on-grid-view policy-update-link">
|
||||
<span class="fw-stack">
|
||||
|
||||
@ -385,4 +385,7 @@ $(document).ready(function () {
|
||||
$("#policy-listing-status").removeClass("hidden");
|
||||
}
|
||||
$("#policy-grid").removeClass("hidden");
|
||||
|
||||
$('[data-toggle="tooltip"]').tooltip();
|
||||
|
||||
});
|
||||
Loading…
Reference in New Issue
Block a user