Merge pull request #438 from rasika/IoTS-1.0.0

Minor ui changes to the group listing
revert-70aa11f8
Charitha Goonetilleke 8 years ago committed by GitHub
commit 9dc9d00e96

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

@ -582,10 +582,6 @@ function togglePermissionAction(element) {
function updateGroupShare(groupId, roles) { function updateGroupShare(groupId, roles) {
var successCallback = function (data) { var successCallback = function (data) {
$(modalPopupContent).html($('#share-group-200-content').html()); $(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", invokerUtil.post("/api/device-mgt/v1.0/groups/id/" + groupId + "/share",

Loading…
Cancel
Save