mirror of
https://github.com/nasa/openmct.git
synced 2025-02-01 08:48:28 +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">
|
||||
<meta charset="UTF-8">
|
||||
<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"
|
||||
src="platform/framework/lib/require.js"
|
||||
data-main="platform/framework/src/Main.js">
|
||||
</script>
|
||||
</head>
|
||||
<body ng-view>
|
||||
<body class="user-environ" ng-view>
|
||||
|
||||
|
||||
</body>
|
||||
|
Loading…
x
Reference in New Issue
Block a user