insights-frontend
Version:
Front-end for Red Hat Insights
51 lines (49 loc) • 2.27 kB
HTML
<html class="legacyfalse chrometwo skiplabs pafoff insights" insights-namespacer="insights-namespacer" ng-class="insightsNamespacer.current">
<head>
<link href="/chrome_themes/nimbus/css/chrometwo.css" rel="stylesheet" />
<script type="text/javascript" src="/webassets/avalon/j/lib/require.js"></script>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<base href="/insightsbeta/">
<title>Red Hat Insights</title>
<meta name="tag" content="___TAG___">
<meta name="description" content="Red Hat Insights - Red Hat's first proactive systems management service">
<meta name="viewport" content="width=device-width">
<script>
// bump 000
// careful here, the ' matter ... see .openshift/action_hooks/build
window.insightsGlobal = {
tag: '___TAG___',
appName: 'insightsbeta',
isBeta: true
}
window.LOGGED_IN = /rh_user=./.test(document.cookie);
</script>
<link rel="stylesheet" href="css/insights.css?rev=20e2a5f0e7e536264e6d3d3197998509">
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-77942734-1', 'auto');
// ga('send', 'pageview'); dont send this... our analytics service will handle it
</script>
</head>
<body>
<div id="chrometwo">
<div id="chromed-app-content">
<!--[if lt IE ]9>
<div class="ie-unsupported alert alert-danger">
<span class="glyphicon glyphicon-exclamation-sign" aria-hidden="true"></span>
<span class="sr-only">Error:</span>
Using Insights with this browser is unsupported. Please see our
<a href="/insights/support/browser" target="_self">Insights browser support policy</a> for more information.
</div>
<![endif]-->
<div ui-view="" class="ng-cloak"></div>
</div>
</div>
<script src="js/insights.js?rev=650b0f67bbc20e819164c4102317d1a1"></script>
</body>
</html>