mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2024-11-26 15:37:02 +00:00
a93c8509cd
* initial commit for notbooks pupeteer tests * Added Auth * added try catch block with screenshot for error * Addressed PR comments * renamed params * renamed param * fixed formatting error * Updates mongo spec to remove waitFor on already awaited selector * added logging statements * format errors fixed * added ci env variables * increased delay for render * removed logging * added delay * fix format error * removed deletion * reverted package.json change Co-authored-by: zfoster <notzachfoster@gmail.com>
19 lines
492 B
HTML
19 lines
492 B
HTML
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="height=device-height, width=device-width, initial-scale=1.0" />
|
|
<title>Azure Cosmos DB</title>
|
|
<link rel="shortcut icon" href="images/CosmosDB_rgb_ui_lighttheme.ico" type="image/x-icon" />
|
|
</head>
|
|
|
|
<body>
|
|
<iframe
|
|
id="explorerMenu"
|
|
name="explorer"
|
|
class="iframe"
|
|
title="explorer"
|
|
src="explorer.html?v=1.0.1&platform=Portal"
|
|
></iframe>
|
|
</body>
|
|
</html>
|