Skip to content
Snippets Groups Projects
Commit 77b559ee authored by Swen Vermeul's avatar Swen Vermeul
Browse files

properties do not appear in a single df-column anymore

parent e479059f
No related branches found
No related tags found
No related merge requests found
......@@ -62,7 +62,7 @@ define([
var row = tbody.insertRow()
row.insertCell().appendChild(permId)
row.insertCell().textContent = dataSet.permId
row.insertCell().textContent = dataSet.properties['$NAME']
row.insertCell().textContent = dataSet['$NAME']
row.insertCell().textContent = dataSet.type
row.insertCell().textContent = dataSet.registrationDate
row.insertCell().textContent = dataSet.status
......@@ -355,4 +355,4 @@ define([
}
}
}
)
\ No newline at end of file
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment