Use capitalized classnames

This commit is contained in:
Patrick Jentsch
2020-07-15 08:57:39 +02:00
parent 82c26a02bb
commit 06427e81f3
7 changed files with 90 additions and 137 deletions

View File

@ -160,7 +160,7 @@
<script>
// job_input_table code
var ressources = {{ job_inputs|tojson|safe }};
var jobInputsList = new RessourceList("inputs", null, "job_input");
var jobInputsList = new RessourceList("inputs", null, "JobInput");
jobInputsList.addRessources(ressources);
RessourceList.modifyTooltips();