fix: [eventGraph] Adapted fa icon to match the current installed fa package

pull/3723/head
Sami Mokaddem 2018-09-28 13:27:13 +02:00
parent b66eeefffa
commit f7084377c4
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ class EventGraph {
// Should be replaced later on.
this.mapping_meta_fa = new Map();
this.mapping_meta_fa.set('file', {"meta-category": "file","fa_text": "file","fa-hex": "f15b"});
this.mapping_meta_fa.set('financial', {"meta-category": "financial","fa_text": "money-bil-alt","fa-hex": "f3d1"});
this.mapping_meta_fa.set('financial', {"meta-category": "financial","fa_text": "money-bil-alt","fa-hex": "f09d"});
this.mapping_meta_fa.set('network', {"meta-category": "network","fa_text": "server","fa-hex": "f233"});
this.mapping_meta_fa.set('misc', {"meta-category": "misc","fa_text": "cube","fa-hex": "f1b2"}); // Also considered as default
// FIXME