Add Icon and color for "merge_images" service.

This commit is contained in:
Patrick Jentsch
2020-01-08 10:18:15 +01:00
parent 6d65521000
commit 8416bda04b
2 changed files with 7 additions and 4 deletions

View File

@ -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",