Skip to content

Commit

Permalink
chore: add bootstrap-switch to index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
tadayosi committed Mar 10, 2022
1 parent 549830c commit 4ad4401
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/integration/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@
<script src="node_modules/bootstrap/dist/js/bootstrap.min.js"></script>
<!-- bootstrap-select -->
<script src="node_modules/bootstrap-select/dist/js/bootstrap-select.js"></script>
<!-- bootstrap-switch -->
<script src="node_modules/bootstrap-switch/dist/js/bootstrap-switch.js"></script>
<!-- patternfly -->
<script src="node_modules/patternfly/dist/js/patternfly.min.js"></script>
<!-- patternfly-bootstrap-treeview -->
Expand Down
2 changes: 2 additions & 0 deletions packages/online/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@
<script src="node_modules/datatables.net-select/js/dataTables.select.js"></script>
<!-- bootstrap -->
<script src="node_modules/bootstrap/dist/js/bootstrap.min.js"></script>
<!-- bootstrap-switch -->
<script src="node_modules/bootstrap-switch/dist/js/bootstrap-switch.js"></script>
<!-- patternfly -->
<script src="node_modules/patternfly/dist/js/patternfly.min.js"></script>
<!-- angular -->
Expand Down

0 comments on commit 4ad4401

Please sign in to comment.