|
|
@ -21,7 +21,47 @@ var loadRoleBasedActionURL = function (action, rolename) {
|
|
|
|
$(location).attr('href', href);
|
|
|
|
$(location).attr('href', href);
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$(function () {
|
|
|
|
|
|
|
|
var sortableElem = '.wr-sortable';
|
|
|
|
|
|
|
|
$(sortableElem).sortable({
|
|
|
|
|
|
|
|
beforeStop: function () {
|
|
|
|
|
|
|
|
$(this).sortable('toArray');
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
});
|
|
|
|
|
|
|
|
$(sortableElem).disableSelection();
|
|
|
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
|
|
var apiBasePath = "/api/device-mgt/v1.0";
|
|
|
|
var apiBasePath = "/api/device-mgt/v1.0";
|
|
|
|
|
|
|
|
var modalPopup = ".wr-modalpopup";
|
|
|
|
|
|
|
|
var modalPopupContainer = modalPopup + " .modalpopup-container";
|
|
|
|
|
|
|
|
var modalPopupContent = modalPopup + " .modalpopup-content";
|
|
|
|
|
|
|
|
var body = "body";
|
|
|
|
|
|
|
|
$(".icon .text").res_text(0.2);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
|
|
|
* set popup maximum height function.
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
function setPopupMaxHeight() {
|
|
|
|
|
|
|
|
$(modalPopupContent).css('max-height', ($(body).height() - ($(body).height() / 100 * 30)));
|
|
|
|
|
|
|
|
$(modalPopupContainer).css('margin-top', (-($(modalPopupContainer).height() / 2)));
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
|
|
|
* show popup function.
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
function showPopup() {
|
|
|
|
|
|
|
|
$(modalPopup).show();
|
|
|
|
|
|
|
|
setPopupMaxHeight();
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
|
|
|
* hide popup function.
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
function hidePopup() {
|
|
|
|
|
|
|
|
$(modalPopupContent).html('');
|
|
|
|
|
|
|
|
$(modalPopup).hide();
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* Following function would execute
|
|
|
|
* Following function would execute
|
|
|
@ -32,47 +72,6 @@ function InitiateViewOption() {
|
|
|
|
$(location).attr('href', $(this).data("url"));
|
|
|
|
$(location).attr('href', $(this).data("url"));
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
|
|
|
* Sorting function of roles
|
|
|
|
|
|
|
|
* listed on Role Management page in WSO2 Devicemgt Console.
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//var loadPaginatedObjects = function (objectGridId, objectGridContainer, objectGridTemplateSrc, serviceURL, callback) {
|
|
|
|
|
|
|
|
// var templateSrc = $(objectGridTemplateSrc).attr("src");
|
|
|
|
|
|
|
|
// $.template(objectGridId, templateSrc, function (template) {
|
|
|
|
|
|
|
|
// invokerUtil.get(serviceURL,
|
|
|
|
|
|
|
|
// function (data) {
|
|
|
|
|
|
|
|
// data = callback(data);
|
|
|
|
|
|
|
|
// if (data.length > 0 && data != null) {
|
|
|
|
|
|
|
|
// $('#ast-container').removeClass('hidden');
|
|
|
|
|
|
|
|
// $('#role-listing-status').hide();
|
|
|
|
|
|
|
|
// for (var i = 0; i < data.viewModel.roles.length; i++) {
|
|
|
|
|
|
|
|
// data.viewModel.roles[i].adminRole = $("#role-table").data("role");
|
|
|
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
// var content = template(data.viewModel);
|
|
|
|
|
|
|
|
// $(objectGridContainer).html(content);
|
|
|
|
|
|
|
|
// if (isInit) {
|
|
|
|
|
|
|
|
// $('#role-grid').datatables_extended_serverside_paging();
|
|
|
|
|
|
|
|
// isInit = false;
|
|
|
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
// $("#dt-select-all").addClass("hidden");
|
|
|
|
|
|
|
|
// $(".icon .text").res_text(0.2);
|
|
|
|
|
|
|
|
// } else {
|
|
|
|
|
|
|
|
// $('#ast-container').addClass('hidden');
|
|
|
|
|
|
|
|
// $('#role-listing-status-msg').text('No roles are available to be displayed.');
|
|
|
|
|
|
|
|
// $('#role-listing-status').show();
|
|
|
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
//
|
|
|
|
|
|
|
|
// //$(objectGridId).datatables_extended();
|
|
|
|
|
|
|
|
// }, function (message) {
|
|
|
|
|
|
|
|
// $('#ast-container').addClass('hidden');
|
|
|
|
|
|
|
|
// $('#role-listing-status-msg').text('Invalid search query. Try again with a valid search ' +
|
|
|
|
|
|
|
|
// 'query');
|
|
|
|
|
|
|
|
// $('#role-listing-status').show();
|
|
|
|
|
|
|
|
// });
|
|
|
|
|
|
|
|
// });
|
|
|
|
|
|
|
|
//};
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
function loadRoles() {
|
|
|
|
function loadRoles() {
|
|
|
|
var loadingContent = $("#loading-content");
|
|
|
|
var loadingContent = $("#loading-content");
|
|
|
|
loadingContent.show();
|
|
|
|
loadingContent.show();
|
|
|
@ -83,7 +82,12 @@ function loadRoles() {
|
|
|
|
var objects = [];
|
|
|
|
var objects = [];
|
|
|
|
|
|
|
|
|
|
|
|
$(data.roles).each(function( index ) {
|
|
|
|
$(data.roles).each(function( index ) {
|
|
|
|
objects.push({name: data.roles[index], DT_RowId : "role-" + data.roles[index]})
|
|
|
|
objects.push(
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
name: data.roles[index],
|
|
|
|
|
|
|
|
DT_RowId: "role-" + data.roles[index]
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
)
|
|
|
|
});
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
|
|
var json = {
|
|
|
|
var json = {
|
|
|
@ -105,24 +109,29 @@ function loadRoles() {
|
|
|
|
{
|
|
|
|
{
|
|
|
|
class: "remove-padding icon-only content-fill",
|
|
|
|
class: "remove-padding icon-only content-fill",
|
|
|
|
data: null,
|
|
|
|
data: null,
|
|
|
|
defaultContent: '<div class="thumbnail icon"> <i class="square-element text fw fw-user" style="font-size: 30px;"></i></div>'
|
|
|
|
defaultContent: "<div class='thumbnail icon'>" +
|
|
|
|
|
|
|
|
"<i class='square-element text fw fw-bookmark' style='font-size: 30px;'></i>" +
|
|
|
|
|
|
|
|
"</div>"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
class: "fade-edge remove-padding-top",
|
|
|
|
class: "fade-edge",
|
|
|
|
data: "name",
|
|
|
|
data: "name",
|
|
|
|
defaultContent: ''
|
|
|
|
render: function (name, type, row, meta) {
|
|
|
|
|
|
|
|
return '<h4> ' + name + ' role</h4>';
|
|
|
|
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
class: "text-right content-fill text-left-on-grid-view no-wrap",
|
|
|
|
class: "text-right content-fill text-left-on-grid-view no-wrap",
|
|
|
|
data: null,
|
|
|
|
data: null,
|
|
|
|
render: function (data, type, row, meta) {
|
|
|
|
render: function (data, type, row, meta) {
|
|
|
|
return '<a onclick="javascript:loadRoleBasedActionURL(\'edit\', \'' + data.name + '\')" ' +
|
|
|
|
return ' ' +
|
|
|
|
|
|
|
|
'<a onclick="javascript:loadRoleBasedActionURL(\'edit\', \'' + data.name + '\')" ' +
|
|
|
|
'data-role="' + data.name + '" ' +
|
|
|
|
'data-role="' + data.name + '" ' +
|
|
|
|
'data-click-event="edit-form" ' +
|
|
|
|
'data-click-event="edit-form" ' +
|
|
|
|
'class="btn padding-reduce-on-grid-view edit-role-link">' +
|
|
|
|
'class="btn padding-reduce-on-grid-view edit-role-link">' +
|
|
|
|
'<span class="fw-stack fw-lg">' +
|
|
|
|
'<span class="fw-stack">' +
|
|
|
|
'<i class="fw fw-ring fw-stack-2x"></i>' +
|
|
|
|
'<i class="fw fw-ring fw-stack-2x"></i>' +
|
|
|
|
'<i class="fw fw-user fw-stack-1x"></i>' +
|
|
|
|
'<i class="fw fw-bookmark fw-stack-1x"></i>' +
|
|
|
|
'<span class="fw-stack fw-move-right fw-move-bottom">' +
|
|
|
|
'<span class="fw-stack fw-move-right fw-move-bottom">' +
|
|
|
|
'<i class="fw fw-circle fw-stack-2x fw-stroke fw-inverse"></i>' +
|
|
|
|
'<i class="fw fw-circle fw-stack-2x fw-stroke fw-inverse"></i>' +
|
|
|
|
'<i class="fw fw-circle fw-stack-2x"></i><i class="fw fw-edit fw-stack-1x fw-inverse"></i>' +
|
|
|
|
'<i class="fw fw-circle fw-stack-2x"></i><i class="fw fw-edit fw-stack-1x fw-inverse"></i>' +
|
|
|
@ -130,11 +139,11 @@ function loadRoles() {
|
|
|
|
'</span>' +
|
|
|
|
'</span>' +
|
|
|
|
'<span class="hidden-xs hidden-on-grid-view"> Edit</span>' +
|
|
|
|
'<span class="hidden-xs hidden-on-grid-view"> Edit</span>' +
|
|
|
|
'</a>' +
|
|
|
|
'</a>' +
|
|
|
|
'<a onclick="javascript:loadRoleBasedActionURL(\'edit-permission\', \'' + data.name + '\')" ' +
|
|
|
|
' <a onclick="javascript:loadRoleBasedActionURL(\'edit-permission\', \'' + data.name + '\')" ' +
|
|
|
|
'data-role="' + data.name + '" ' +
|
|
|
|
'data-role="' + data.name + '" ' +
|
|
|
|
'data-click-event="edit-form" ' +
|
|
|
|
'data-click-event="edit-form" ' +
|
|
|
|
'class="btn padding-reduce-on-grid-view edit-permission-link">' +
|
|
|
|
'class="btn padding-reduce-on-grid-view edit-permission-link">' +
|
|
|
|
'<span class="fw-stack fw-lg">' +
|
|
|
|
'<span class="fw-stack">' +
|
|
|
|
'<i class="fw fw-ring fw-stack-2x"></i>' +
|
|
|
|
'<i class="fw fw-ring fw-stack-2x"></i>' +
|
|
|
|
'<i class="fw fw-security-policy fw-stack-1x"></i>' +
|
|
|
|
'<i class="fw fw-security-policy fw-stack-1x"></i>' +
|
|
|
|
'<span class="fw-stack fw-move-right fw-move-bottom">' +
|
|
|
|
'<span class="fw-stack fw-move-right fw-move-bottom">' +
|
|
|
@ -144,7 +153,7 @@ function loadRoles() {
|
|
|
|
'</span>' +
|
|
|
|
'</span>' +
|
|
|
|
'<span class="hidden-xs hidden-on-grid-view"> Edit Permission</span>' +
|
|
|
|
'<span class="hidden-xs hidden-on-grid-view"> Edit Permission</span>' +
|
|
|
|
'</a>' +
|
|
|
|
'</a>' +
|
|
|
|
'<a data-role="' + data.name + '" ' +
|
|
|
|
' <a data-role="' + data.name + '" ' +
|
|
|
|
'data-click-event="remove-form" ' +
|
|
|
|
'data-click-event="remove-form" ' +
|
|
|
|
'class="btn padding-reduce-on-grid-view remove-role-link">' +
|
|
|
|
'class="btn padding-reduce-on-grid-view remove-role-link">' +
|
|
|
|
'<span class="fw-stack">' +
|
|
|
|
'<span class="fw-stack">' +
|
|
|
@ -163,42 +172,10 @@ function loadRoles() {
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
$('#role-grid').datatables_extended_serverside_paging(null, '/api/device-mgt/v1.0/roles', dataFilter, columns, fnCreatedRow, null, options);
|
|
|
|
$('#role-grid').datatables_extended_serverside_paging(null, '/api/device-mgt/v1.0/roles', dataFilter, columns, fnCreatedRow, null, options);
|
|
|
|
|
|
|
|
|
|
|
|
loadingContent.hide();
|
|
|
|
loadingContent.hide();
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
var modalPopup = ".wr-modalpopup";
|
|
|
|
|
|
|
|
var modalPopupContainer = modalPopup + " .modalpopup-container";
|
|
|
|
|
|
|
|
var modalPopupContent = modalPopup + " .modalpopup-content";
|
|
|
|
|
|
|
|
var body = "body";
|
|
|
|
|
|
|
|
var isInit = true;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
|
|
|
* set popup maximum height function.
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
function setPopupMaxHeight() {
|
|
|
|
|
|
|
|
$(modalPopupContent).css('max-height', ($(body).height() - ($(body).height() / 100 * 30)));
|
|
|
|
|
|
|
|
$(modalPopupContainer).css('margin-top', (-($(modalPopupContainer).height() / 2)));
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
|
|
|
* show popup function.
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
function showPopup() {
|
|
|
|
|
|
|
|
$(modalPopup).show();
|
|
|
|
|
|
|
|
setPopupMaxHeight();
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
|
|
|
* hide popup function.
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
function hidePopup() {
|
|
|
|
|
|
|
|
$(modalPopupContent).html('');
|
|
|
|
|
|
|
|
$(modalPopup).hide();
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* Following click function would execute
|
|
|
|
* Following click function would execute
|
|
|
|
* when a user clicks on "Remove" link
|
|
|
|
* when a user clicks on "Remove" link
|
|
|
@ -235,17 +212,6 @@ $("#role-grid").on("click", ".remove-role-link", function () {
|
|
|
|
});
|
|
|
|
});
|
|
|
|
});
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
|
|
//$("#search-btn").click(function () {
|
|
|
|
|
|
|
|
// var searchQuery = $("#search-by-name").val();
|
|
|
|
|
|
|
|
// if (searchQuery.trim() != "") {
|
|
|
|
|
|
|
|
// loadRoles(searchQuery);
|
|
|
|
|
|
|
|
// } else {
|
|
|
|
|
|
|
|
// loadRoles();
|
|
|
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
//});
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$(document).ready(function () {
|
|
|
|
$(document).ready(function () {
|
|
|
|
$('#role-listing-status').hide();
|
|
|
|
|
|
|
|
loadRoles();
|
|
|
|
loadRoles();
|
|
|
|
isInit = true;
|
|
|
|
|
|
|
|
});
|
|
|
|
});
|