mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-12-21 18:01:39 +00:00
Initial Move from Azure DevOps to GitHub
This commit is contained in:
15
src/Explorer/Tabs/MongoShellTab.html
Normal file
15
src/Explorer/Tabs/MongoShellTab.html
Normal file
@@ -0,0 +1,15 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user