diff --git a/components/device-mgt/org.wso2.carbon.device.mgt.ui/src/main/resources/jaggeryapps/devicemgt/app/pages/cdmf.page.users/public/js/listing.js b/components/device-mgt/org.wso2.carbon.device.mgt.ui/src/main/resources/jaggeryapps/devicemgt/app/pages/cdmf.page.users/public/js/listing.js
index dfc9d6acd9..bd965f798e 100644
--- a/components/device-mgt/org.wso2.carbon.device.mgt.ui/src/main/resources/jaggeryapps/devicemgt/app/pages/cdmf.page.users/public/js/listing.js
+++ b/components/device-mgt/org.wso2.carbon.device.mgt.ui/src/main/resources/jaggeryapps/devicemgt/app/pages/cdmf.page.users/public/js/listing.js
@@ -330,26 +330,45 @@ function loadUsers() {
class: "text-right content-fill text-left-on-grid-view no-wrap",
data: null,
render: function (data, type, row, meta) {
- return ' ' +
- '' +
- '' +
- ' Edit ' +
-
- '' +
- ' ' +
- ' Remove ' +
-
- ' ' +
- '' +
- ' ' +
- '<' +
- '/i> ' +
- ' Reset '
+ return '' +
+ '' +
+ '' +
+ '' +
+ '' +
+ ' Edit' +
+ '' +
+ '' +
+ '' +
+ '' +
+ '' +
+ '' +
+ ' ' +
+ '' +
+ ' ' +
+ '' +
+ '' +
+ ' Reset Password' +
+ '' +
+ '' +
+ '' +
+ '' +
+ '' +
+ '' +
+ ' Remove ' +
+ ''
}
}