mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2025-06-12 09:00:40 +00:00
Add Icon and color for "merge_images" service.
This commit is contained in:
@ -103,10 +103,12 @@ class JobList extends List {
|
||||
);
|
||||
}
|
||||
}
|
||||
JobList.SERVICE_COLORS = {"nlp": "blue",
|
||||
JobList.SERVICE_COLORS = {"merge_images": "amber",
|
||||
"nlp": "blue",
|
||||
"ocr": "green",
|
||||
"default": "red"};
|
||||
JobList.SERVICE_ICONS = {"nlp": "format_textdirection_l_to_r",
|
||||
JobList.SERVICE_ICONS = {"merge_images": "burst_mode",
|
||||
"nlp": "format_textdirection_l_to_r",
|
||||
"ocr": "find_in_page",
|
||||
"default": "help"};
|
||||
JobList.STATUS_COLORS = {"submitted": "blue",
|
||||
|
Reference in New Issue
Block a user