mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2024-12-02 10:27:02 +00:00
16 lines
489 B
HTML
16 lines
489 B
HTML
<iframe
|
|
name="explorer"
|
|
class="iframe"
|
|
style="width:100%;height:100%;border:0px;padding:0px;margin:0px;overflow:hidden"
|
|
data-bind="
|
|
attr: {
|
|
src: url,
|
|
id: tabId
|
|
},
|
|
event:{
|
|
load: setContentFocus(event)
|
|
}"
|
|
title="Mongo Shell"
|
|
role="tabpanel"
|
|
></iframe>
|