Merge pull request #8 from smthbh/Feature-ClassRaceText
Add class and race text
This commit is contained in:
commit
2489a77be4
1 changed files with 2 additions and 2 deletions
|
|
@ -66,12 +66,12 @@
|
||||||
{
|
{
|
||||||
searchable: false,
|
searchable: false,
|
||||||
targets: 3,
|
targets: 3,
|
||||||
render: data => `<img src="{{aowow}}/static/images/wow/icons/medium/class_${data}.jpg">`,
|
render: data => `<img src="{{aowow}}/static/images/wow/icons/medium/class_${data}.jpg"> ${data}`,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
searchable: false,
|
searchable: false,
|
||||||
targets: 4,
|
targets: 4,
|
||||||
render: data => `<img src="{{aowow}}/static/images/wow/icons/medium/race_${data}.jpg">`,
|
render: data => `<img src="{{aowow}}/static/images/wow/icons/medium/race_${data}.jpg"> ${data}`,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
searchable: false,
|
searchable: false,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue