cosmos-explorer/src/Explorer/Tabs/MongoShellTab.html
2020-05-25 21:30:55 -05:00

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>