Tooltips everywhere!

This commit is contained in:
Stephan Porada
2020-07-10 11:39:16 +02:00
parent 5f7b846784
commit 8d96c1ee41
6 changed files with 55 additions and 9 deletions

@@ -162,6 +162,7 @@
var ressources = {{ job_inputs|tojson|safe }};
var jobInputsList = new RessourceList("inputs", null, "job_input");
jobInputsList.addRessources(ressources);
RessourceList.modifyTooltips();
class InformationUpdater {
constructor(jobId, foreignJobFlag) {