[TASK] Unicode instead of utf8 icons
This commit is contained in:
parent
58279ac213
commit
292c5c020c
2 changed files with 6 additions and 4 deletions
|
@ -18,7 +18,8 @@ define(function () {
|
|||
}
|
||||
a1.textContent = unknown ? d.source.id : d.source.node.nodeinfo.hostname;
|
||||
h2.appendChild(a1);
|
||||
h2.appendChild(document.createTextNode(" → "));
|
||||
h2.appendChild(document.createTextNode(" \uF3D6 "));
|
||||
h2.className = 'ion-inside';
|
||||
var a2 = document.createElement("a");
|
||||
a2.href = "#";
|
||||
a2.onclick = router.node(d.target.node);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue