You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
1.1 KiB
25 lines
1.1 KiB
<%! app_name = "splunk-data-management" %><!DOCTYPE html>
|
|
<html class="no-js" lang="">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta http-equiv="x-ua-compatible" content="ie=edge" />
|
|
<link rel="stylesheet" href="/en-US/splunkd/__raw/servicesNS/nobody/${app_name}/static/global.css" />
|
|
<title>Data Management</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<link rel="apple-touch-icon" href="apple-touch-icon.png" />
|
|
</head>
|
|
|
|
<body>
|
|
<script src="${make_url('/config?autoload=1')}" crossorigin="use-credentials"></script>
|
|
<script src="${make_url('/static/js/i18n.js')}"></script>
|
|
<script src="${make_url('/i18ncatalog?autoload=1')}"></script>
|
|
<% app_assets_path="/static/app/" + app_name %>
|
|
<% page_path=app_assets_path + "/pages/" + page + ".js" %>
|
|
<script>
|
|
__splunkd_partials__ = ${json_decode(splunkd)};
|
|
__app_assets_path__ = "${make_url(app_assets_path)}";
|
|
</script>
|
|
<script src="${make_url(page_path)}"></script>
|
|
</body>
|
|
</html>
|