Skip to content
Snippets Groups Projects
Commit 277919dd authored by Jonas Blatt's avatar Jonas Blatt :ant:
Browse files

Fix, show al classification groups

parent fb2fd07b
No related branches found
No related tags found
No related merge requests found
...@@ -93,6 +93,7 @@ function renderDmnVerifierOptions() { ...@@ -93,6 +93,7 @@ function renderDmnVerifierOptions() {
} }
$curGroup.append(renderSelectEntry(verifierResults.verifier[i])); $curGroup.append(renderSelectEntry(verifierResults.verifier[i]));
} }
$select.append($curGroup);
$header.append($select); $header.append($select);
} }
......
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