Add bootstrap-icons, make sidebar work with bundle logic
I'm starting to get a sense how to do all of this with these new tools. I've semi-ported the sidebar at this point.
This commit is contained in:
parent
f3c818a48f
commit
80f4f51b02
5 changed files with 31 additions and 9 deletions
|
|
@ -10,9 +10,7 @@
|
|||
<script src="/static/js/events.js"></script>
|
||||
<script src="{{ bundlePathJS }}"></script>
|
||||
{{ block "extraheader" . }}{{ end }}
|
||||
<script>
|
||||
const USER = {{ .User.AsJSON|json }};
|
||||
</script> {{ if not .Config.IsProductionEnvironment }}
|
||||
{{ if not .Config.IsProductionEnvironment }}
|
||||
<script src="/.flogo/injector.js"></script>
|
||||
{{ end }}
|
||||
</head>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue