hana-cli
Version:
HANA Developer Command Line Interface
51 lines (45 loc) • 1.64 kB
HTML
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>hana-cli LaunchPad</title>
<script src="https://ui5.sap.com/1.124.0/test-resources/sap/ushell/bootstrap/sandbox.js"></script>
<script src="https://ui5.sap.com/1.124.0/resources/sap-ui-core.js"
data-sap-ui-libs="sap.m, sap.ushell, sap.collaboration, sap.ui.layout, sap.ui.rta, sap.dfa.help,sap.uxap"
data-sap-ui-compatVersion="edge" data-sap-ui-theme="sap_horizon" data-sap-ui-async="true"
data-sap-ui-frameOptions="trusted" data-sap-ui-bindingSyntax="complex" data-sap-ui-xx-bindingSyntax="complex"
data-sap-ui-resourceroots='{"sap.hanacli.common": "./common", "sap.dfa.help": "/sap/dfa/help/"}'
data-sap-ui-frameOptions="allow"></script>
<style>
html,
body {
height: 100%;
}
</style>
<style>
.swa_banner {
width: auto ;
}
.swa_banner img {
vertical-align: middle ;
}
</style>
<!-- <script src="./WebAssistant.js"></script> -->
<script>
if (window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches) {
sap.ui.getCore().applyTheme("sap_horizon_dark")
}
sap.ui.getCore().attachInit(() => {
sap.ushell.Container.createRenderer().placeAt("content")
sap.ui.getCore().getConfiguration()
.setFlexibilityServices([{
connector: "SessionStorageConnector"
}])
})
</script>
</body>
</head>
<body class="sapUiBody" id="content"></body>
</html>