Skip to content
Snippets Groups Projects
Verified Commit 9b9012f9 authored by Gaëlle Morin's avatar Gaëlle Morin
Browse files

update: test to display the size and the content in the same element

parent 2acc1c2d
No related branches found
No related tags found
2 merge requests!130Release/dashboard,!120Feature/dashboard
......@@ -14,7 +14,7 @@ if libLocal
script(type="module" src="/lib/sib-conversation/sib-conversation.js")
if publicDirectory && (endpoints.users || (endpoints.get && endpoints.get.users))
script(type="module" src="/lib/sib-directory/sib-directory.js")
if endpoints.dashboard || (endpoints.get && endpoints.get.dashboard)
if endpoints.dashboards || (endpoints.get && endpoints.get.dashboards)
script(type="module" src="/lib/sib-dashboard/sib-dashboard.js")
else
script(type="module" src="https://unpkg.com/@startinblox/oidc@0.8")
......@@ -30,7 +30,7 @@ else
script(type="module" src="https://unpkg.com/@startinblox/component-conversation@0.3")
if publicDirectory && (endpoints.users || (endpoints.get && endpoints.get.users))
script(type="module" src="https://unpkg.com/@startinblox/component-directory@0.3")
if endpoints.dashboard || (endpoints.get && endpoints.get.dashboard)
if endpoints.dashboards || (endpoints.get && endpoints.get.dashboards)
script(type="module" src="https://unpkg.com/@startinblox/component-dashboard@0.1")
//- Stylesheets
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment