mirror of
https://github.com/nasa/openmct.git
synced 2025-06-01 23:20:50 +00:00
[Common UI] Incorporate stylesheets
Incorporate stylesheets explicitly into the top-level index.html; these are needed to properly display elements from commonUI bundles. WTD-574.
This commit is contained in:
parent
8e50078823
commit
49df6ee0ce
19
index.html
19
index.html
@ -3,12 +3,29 @@
|
|||||||
<head lang="en">
|
<head lang="en">
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<title></title>
|
<title></title>
|
||||||
|
|
||||||
|
<link rel="stylesheet"
|
||||||
|
type="text/css",
|
||||||
|
href="platform/commonUI/general/res/css/normalize.min.css">
|
||||||
|
|
||||||
|
<link rel="stylesheet"
|
||||||
|
type="text/css",
|
||||||
|
href="platform/commonUI/general/res/css/theme-espresso.css">
|
||||||
|
|
||||||
|
<link rel="stylesheet"
|
||||||
|
type="text/css",
|
||||||
|
href="platform/commonUI/general/res/css/items.css">
|
||||||
|
|
||||||
|
<link rel="stylesheet"
|
||||||
|
type="text/css",
|
||||||
|
href="platform/commonUI/general/res/css/tree.css">
|
||||||
|
|
||||||
<script type="text/javascript"
|
<script type="text/javascript"
|
||||||
src="platform/framework/lib/require.js"
|
src="platform/framework/lib/require.js"
|
||||||
data-main="platform/framework/src/Main.js">
|
data-main="platform/framework/src/Main.js">
|
||||||
</script>
|
</script>
|
||||||
</head>
|
</head>
|
||||||
<body ng-view>
|
<body class="user-environ" ng-view>
|
||||||
|
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user