I have a custom query that has several operations on it.
The code for each operation looks something like this:
<span class="aw-card-action" oper-operand="EditPassReport_FromParticipant" oper-output="Default" oper-type="0"><span class="k-button k-primary k-flat">View</span></span>
What it displays is a clickable 'button' with the word "View" on it.
What do I need to change to use an Icon instead of the text?
There is no option, like with a normal operation, where you can toggle between Text/Icon + Text/Text Only, as there is on a normal query.