UI fixes in 2.2.0-beta

4.x.x
kamidu 8 years ago
parent f0f0182d20
commit 7898a7475c

@ -266,7 +266,7 @@ function loadUsers() {
"recordsFiltered": data.count,
"data": objects
};
console.log(json);
return JSON.stringify(json);
};

@ -57,7 +57,7 @@
<tr data-type="selectable" data-id="{{id}}">
<td data-display="{{description}}" data-grid-label="Description">{{description}}</td>
<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">
<i class="fw fw-ring fw-stack-2x"></i>
<i class="fw fw-view fw-stack-1x"></i>

Loading…
Cancel
Save