for #5: add usercontext.svg for container icons

This commit is contained in:
groovecoder
2016-12-20 12:12:37 -06:00
parent e9988d2167
commit 364d911f72
2 changed files with 21 additions and 1 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ browser.runtime.sendMessage('get-identities').then(reply=> {
const identityName = identity.l10nID.match(/userContext(\w*)\.label/)[IDENTITY_L10NID_MATCH_INDEX];
const identityRow = `
<tr>
<td>i</td>
<td><img class="${identity.icon}-icon" src="/img/usercontext.svg#${identity.icon}"></td>
<td>${identityName}</td>
<td>&gt;</td>
</tr>`;