mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Fixed issue wso2/product-iots#475
This commit is contained in:
parent
a60566a417
commit
c605ffbd58
@ -82,6 +82,7 @@ $("a#invite-user-link").click(function () {
|
|||||||
usernameList,
|
usernameList,
|
||||||
function () {
|
function () {
|
||||||
modalDialog.header("User invitation email for enrollment was successfully sent.");
|
modalDialog.header("User invitation email for enrollment was successfully sent.");
|
||||||
|
modalDialog.content("");
|
||||||
modalDialog.footer('<div class="buttons"><a href="#" id="invite-user-success-link" ' +
|
modalDialog.footer('<div class="buttons"><a href="#" id="invite-user-success-link" ' +
|
||||||
'class="btn-operations">Ok </a></div>');
|
'class="btn-operations">Ok </a></div>');
|
||||||
$("a#invite-user-success-link").click(function () {
|
$("a#invite-user-success-link").click(function () {
|
||||||
|
|||||||
@ -6964,3 +6964,7 @@ header.header-default {
|
|||||||
padding: 8px 15px !important;
|
padding: 8px 15px !important;
|
||||||
line-height: 0px !important;
|
line-height: 0px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.header .fw-user{
|
||||||
|
color: #333 !important;
|
||||||
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user