Skip to content

Commit

Permalink
feat(layout): add treeview
Browse files Browse the repository at this point in the history
  • Loading branch information
roggervalf committed Jun 11, 2021
1 parent 15fe9b8 commit d3fa754
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions public/vendor/bootstrap-treeview.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions public/vendor/bootstrap-treeview.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions src/server/views/layout.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@

<link rel="stylesheet" href="{{ basePath }}{{ vendorPath }}/jsoneditor.min.css">
<link rel="stylesheet" href="{{ basePath }}{{ vendorPath }}/tablesort.css">
<link rel="stylesheet" href="{{ basePath }}{{ vendorPath }}/bootstrap-treeview.min.css">
{{#if customCssPath}}
<link rel="stylesheet" href="{{ customCssPath }}">
{{/if}}
Expand Down Expand Up @@ -72,6 +73,7 @@

<script type="text/javascript" src="{{ basePath }}{{ vendorPath }}/jsoneditor.min.js"></script>
<script type="text/javascript" src="{{ basePath }}{{ vendorPath }}/tablesort.min.js"></script>
<script type="text/javascript" src="{{ basePath }}{{ vendorPath }}/bootstrap-treeview.min.js"></script>

<script type="text/javascript" src="{{ basePath }}/dashboard.js"></script>
<script>
Expand Down

0 comments on commit d3fa754

Please sign in to comment.