SAML; Dashboard

This commit is contained in:
garrettmills
2020-05-03 20:16:54 -05:00
parent e3ecfb0d37
commit c389e151b5
1778 changed files with 148410 additions and 82 deletions

View File

@@ -2,8 +2,15 @@ extends ../base
block append style
link(rel='stylesheet' href='/style-asset/public.css')
link(rel='stylesheet' href='/assets/lib/fa/css/all.css')
block append script
if vue_session
script(type='module').
import { session } from '/assets/app/service/Session.service.js'
session.init(!{JSON.stringify(vue_session) || '\{\}'})
window.session = session
script(type='module').
import { components } from '/assets/app/components.js'
import VuES6Loader from '/assets/lib/vues6/vues6.js'