mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2025-06-12 00:50:40 +00:00
(Re)Implement live update of corpus and job lists.
This commit is contained in:
@ -46,8 +46,7 @@ class CorpusList extends List {
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
corporaUpdateHandler(delta) {
|
||||
updateWithPatch(delta) {
|
||||
var corpusElement, key, listItem;
|
||||
|
||||
for (key in delta) {
|
||||
@ -74,5 +73,4 @@ class CorpusList extends List {
|
||||
}
|
||||
}
|
||||
}
|
||||
*/
|
||||
}
|
||||
|
@ -49,8 +49,7 @@ class JobList extends List {
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
jobsUpdateHandler(delta) {
|
||||
updateWithPatch(delta) {
|
||||
var jobElement, jobStatusElement, key, listItem;
|
||||
|
||||
for (key in delta) {
|
||||
@ -83,7 +82,6 @@ class JobList extends List {
|
||||
}
|
||||
}
|
||||
}
|
||||
*/
|
||||
}
|
||||
|
||||
JobList.SERVICE_COLORS = {"nlp": "blue",
|
||||
|
4913
app/static/js/jsondiffpatch.umd.js
Normal file
4913
app/static/js/jsondiffpatch.umd.js
Normal file
File diff suppressed because it is too large
Load Diff
36
app/static/js/jsonpatch.min.js
vendored
Normal file
36
app/static/js/jsonpatch.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user