| 28 | | 28 | |
| 29 | const listContainer = $('<div id="apiSamplersList" class="flex-container flexNoGap"></div>'); | 29 | const listContainer = $('<div id="apiSamplersList" class="flex-container flexNoGap"></div>'); |
| 30 | const APISamplers = await listSamplers(main_api); | 30 | const APISamplers = await listSamplers(main_api); |
| 31 | listContainer.append(APISamplers); | 31 | listContainer.append(APISamplers.toString()); |
| 32 | html.append(listContainer); | 32 | html.append(listContainer); |
| 33 | | 33 | |
| 34 | const showPromise = new Popup(html, POPUP_TYPE.TEXT, null, { wide: true, large: true, allowVerticalScrolling: true }).show(); | 34 | const showPromise = new Popup(html, POPUP_TYPE.TEXT, null, { wide: true, large: true, allowVerticalScrolling: true }).show(); |