mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
UI fixes in 2.2.0-beta
This commit is contained in:
parent
f0f0182d20
commit
7898a7475c
@ -45,7 +45,7 @@ var modalPopupContent = modalPopup + " .modal-content";
|
|||||||
var body = "body";
|
var body = "body";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* Fires the res_text when ever a data table redraw occurs making
|
* Fires the res_text when ever a data table redraw occurs making
|
||||||
* the font icons change the size to respective screen resolution.
|
* the font icons change the size to respective screen resolution.
|
||||||
*
|
*
|
||||||
@ -266,7 +266,7 @@ function loadUsers() {
|
|||||||
"recordsFiltered": data.count,
|
"recordsFiltered": data.count,
|
||||||
"data": objects
|
"data": objects
|
||||||
};
|
};
|
||||||
|
console.log(json);
|
||||||
return JSON.stringify(json);
|
return JSON.stringify(json);
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -282,8 +282,8 @@ function loadUsers() {
|
|||||||
class: "remove-padding icon-only content-fill",
|
class: "remove-padding icon-only content-fill",
|
||||||
data: null,
|
data: null,
|
||||||
defaultContent: '<div class="thumbnail icon">' +
|
defaultContent: '<div class="thumbnail icon">' +
|
||||||
'<i class="square-element text fw fw-user" style="font-size: 74px;"></i>' +
|
'<i class="square-element text fw fw-user" style="font-size: 74px;"></i>' +
|
||||||
'</div>'
|
'</div>'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
class: "fade-edge",
|
class: "fade-edge",
|
||||||
|
|||||||
@ -57,7 +57,7 @@
|
|||||||
<tr data-type="selectable" data-id="{{id}}">
|
<tr data-type="selectable" data-id="{{id}}">
|
||||||
<td data-display="{{description}}" data-grid-label="Description">{{description}}</td>
|
<td data-display="{{description}}" data-grid-label="Description">{{description}}</td>
|
||||||
<td style="text-align: center;">
|
<td style="text-align: center;">
|
||||||
<a href="{{appContext}}/device/{{deviceType}}?id={{deviceIdentifier}}" data-click-event="remove-form">
|
<a href="device/{{deviceType}}?id={{deviceIdentifier}}" data-click-event="remove-form">
|
||||||
<span class="fw-stack">
|
<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-view fw-stack-1x"></i>
|
<i class="fw fw-view fw-stack-1x"></i>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user