Skip to content

Commit

Permalink
fix: Includes missing distribution directories which were previously …
Browse files Browse the repository at this point in the history
…ignored (#6)
  • Loading branch information
johns31459 authored Dec 12, 2023
1 parent b87353a commit 9c2c4dc
Show file tree
Hide file tree
Showing 10 changed files with 16,712 additions and 2 deletions.
1 change: 0 additions & 1 deletion ui/extensions/remediations/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ lerna-debug.log*

node_modules
.DS_Store
dist
dist-ssr
coverage
*.local
Expand Down
1 change: 1 addition & 0 deletions ui/extensions/remediations/dist/assets/index-1dc26766.css

Large diffs are not rendered by default.

6,925 changes: 6,925 additions & 0 deletions ui/extensions/remediations/dist/assets/index-dd87a9ce.js

Large diffs are not rendered by default.

Binary file added ui/extensions/remediations/dist/favicon.ico
Binary file not shown.
15 changes: 15 additions & 0 deletions ui/extensions/remediations/dist/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="./favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>MITRE Auto Remediation</title>
<script src="./assets/index-dd87a9ce.js"></script>
<link rel="stylesheet" href="./assets/index-1dc26766.css">
</head>
<body class="bg-ground-floor">
<div id="app"></div>

</body>
</html>
1 change: 0 additions & 1 deletion ui/pages/chart-vue/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ lerna-debug.log*

node_modules
.DS_Store
dist
dist-ssr
coverage
*.local
Expand Down
1 change: 1 addition & 0 deletions ui/pages/chart-vue/dist/assets/index-6404e4cf.css

Large diffs are not rendered by default.

9,755 changes: 9,755 additions & 0 deletions ui/pages/chart-vue/dist/assets/index-8e6d8805.js

Large diffs are not rendered by default.

Binary file added ui/pages/chart-vue/dist/favicon.ico
Binary file not shown.
15 changes: 15 additions & 0 deletions ui/pages/chart-vue/dist/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="./favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>MITRE Auto Remediation</title>
<script src="./assets/index-8e6d8805.js"></script>
<link rel="stylesheet" href="./assets/index-6404e4cf.css">
</head>
<body class="bg-ground-floor">
<div id="app"></div>

</body>
</html>

0 comments on commit 9c2c4dc

Please sign in to comment.