Skip to content
Snippets Groups Projects
Verified Commit 6ec779ec authored by Volker Schukai's avatar Volker Schukai :alien:
Browse files

chore: update test

parent f2829412
Branches
Tags
No related merge requests found
...@@ -81,8 +81,8 @@ ...@@ -81,8 +81,8 @@
</div> </div>
<template id="dt277-row"> <template id="dt277-row">
<div data-monster-mode="fixed" data-monster-head="id" data-monster-replace="path:dt277-row.id"></div> <div data-monster-grid-template="2rem" data-monster-mode="fixed" data-monster-head="id" data-monster-replace="path:dt277-row.id"></div>
<div data-monster-mode="fixed" data-monster-features="select"></div> <div data-monster-grid-template="2rem" data-monster-mode="fixed" data-monster-features="select"></div>
<div data-monster-head="username" data-monster-replace="path:dt277-row.username"></div> <div data-monster-head="username" data-monster-replace="path:dt277-row.username"></div>
<div data-monster-head="email" data-monster-replace="path:dt277-row.email"></div> <div data-monster-head="email" data-monster-replace="path:dt277-row.email"></div>
<div data-monster-head="full_name" data-monster-replace="path:dt277-row.full_name"></div> <div data-monster-head="full_name" data-monster-replace="path:dt277-row.full_name"></div>
......
...@@ -1071,7 +1071,6 @@ function initGridAndStructs(hostConfig, headerOrderMap) { ...@@ -1071,7 +1071,6 @@ function initGridAndStructs(hostConfig, headerOrderMap) {
checkbox.type = "checkbox"; checkbox.type = "checkbox";
checkbox.setAttribute("data-monster-role", "select-row"); checkbox.setAttribute("data-monster-role", "select-row");
row.appendChild(checkbox); row.appendChild(checkbox);
} }
}); });
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment