remove todo
This commit is contained in:
parent
e66d3ceb33
commit
f7dd99e933
@ -42,8 +42,6 @@ function buildResourceTable (resources, tableid) {
|
||||
Object.keys(resources.resources).forEach((element) => {
|
||||
if (resources.resources[element].display) {
|
||||
if (resources.resources[element].type === "list") {
|
||||
// TODO
|
||||
console.error("Unimplemented");
|
||||
}
|
||||
else {
|
||||
const row = tbody.insertRow();
|
||||
|
Loading…
Reference in New Issue
Block a user