mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Minor ui changes to the group listing
This commit is contained in:
parent
027498895a
commit
4789aafd28
@ -133,7 +133,7 @@
|
||||
</a>
|
||||
{{/if}}
|
||||
<a href="#" id="share-group-next-link" class="btn-operations">
|
||||
Next
|
||||
Share
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -582,10 +582,6 @@ function togglePermissionAction(element) {
|
||||
function updateGroupShare(groupId, roles) {
|
||||
var successCallback = function (data) {
|
||||
$(modalPopupContent).html($('#share-group-200-content').html());
|
||||
setTimeout(function () {
|
||||
hidePopup();
|
||||
location.reload(false);
|
||||
}, 2000);
|
||||
};
|
||||
|
||||
invokerUtil.post("/api/device-mgt/v1.0/groups/id/" + groupId + "/share",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user