plugins: updated query_editor
[myslice.git] / plugins / querycode / static / querycode.html
1 <button class='btn btn-info querycode'>Choose your language</button>
2 <select class='querycode-lang'>
3   <option>python</option>
4   <option>ruby</option>
5 </select>
6 <br/>
7 <div class='querycode-viz'></div>