Skip to content

Instantly share code, notes, and snippets.

@weberstephanhd
Created May 5, 2014 07:44
Show Gist options
  • Save weberstephanhd/93807dcd7c86e0f735df to your computer and use it in GitHub Desktop.
Save weberstephanhd/93807dcd7c86e0f735df to your computer and use it in GitHub Desktop.
SAP HANA Cloud Platform - HANA native "Top Customers" - index.html
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<script src="/sap/ui5/1/resources/sap-ui-core.js" id="sap-ui-bootstrap" data-sap-ui-libs="sap.ui.ux3,sap.ui.commons,sap.ui.table,sap.viz" data-sap-ui-theme="sap_goldreflection" >
</script>
<script>
sap.ui.localResources("views");
var view = sap.ui.view({id:"companies", viewName:"views.Companies", type:sap.ui.core.mvc.ViewType.JS});
view.placeAt("content");
</script>
</head>
<body class="sapUiBody" role="application">
<div id="content"></div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment