mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2026-09-27 05:34:40 +01:00
Change load more role (#190)
Co-authored-by: Daniel Si Pham <[email protected]>
This commit is contained in:
co-authored by
Daniel Si Pham
parent
ef7da10b6e
commit
5ccf26e403
@@ -100,7 +100,7 @@
|
||||
</table>
|
||||
</div>
|
||||
<div class="loadMore">
|
||||
<a role="link" data-bind="click: loadNextPage, event: { keypress: onLoadMoreKeyInput }" tabindex="0"
|
||||
<a role="button" data-bind="click: loadNextPage, event: { keypress: onLoadMoreKeyInput }" tabindex="0"
|
||||
>Load more</a
|
||||
>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user