Minor ui changes to the group listing

This commit is contained in:
Rasika Perera 2016-11-25 12:28:48 +05:30
parent 027498895a
commit 4789aafd28
2 changed files with 1 additions and 5 deletions

View File

@ -133,7 +133,7 @@
</a>
{{/if}}
<a href="#" id="share-group-next-link" class="btn-operations">
Next
Share
</a>
</div>
</div>

View File

@ -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",