bz-select improvements
This commit is contained in:
@@ -32,7 +32,7 @@ class KeyframeView extends WindozDomContent {
|
||||
|
||||
|
||||
this.outputs.agentsSelector.fillOptions( this.agentTypes.map(item => {
|
||||
return({ markup: `${item.atp_name}`, value: item.atp_id})
|
||||
return({ markup: `<i class="icon-${item.atp_hascode ? 'bug' : 'atom1'}"></i>${item.atp_name}`, value: item.atp_id})
|
||||
}))
|
||||
this.outputs.agentsSelector.addEventListener('change',this.onChangeAgent.bind(this))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user