update: test to display the size and the content in the same element
This commit is contained in:
parent
2acc1c2d5b
commit
9b9012f9a3
@ -14,7 +14,7 @@ if libLocal
|
|||||||
script(type="module" src="/lib/sib-conversation/sib-conversation.js")
|
script(type="module" src="/lib/sib-conversation/sib-conversation.js")
|
||||||
if publicDirectory && (endpoints.users || (endpoints.get && endpoints.get.users))
|
if publicDirectory && (endpoints.users || (endpoints.get && endpoints.get.users))
|
||||||
script(type="module" src="/lib/sib-directory/sib-directory.js")
|
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")
|
script(type="module" src="/lib/sib-dashboard/sib-dashboard.js")
|
||||||
else
|
else
|
||||||
script(type="module" src="https://unpkg.com/@startinblox/oidc@0.8")
|
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")
|
script(type="module" src="https://unpkg.com/@startinblox/component-conversation@0.3")
|
||||||
if publicDirectory && (endpoints.users || (endpoints.get && endpoints.get.users))
|
if publicDirectory && (endpoints.users || (endpoints.get && endpoints.get.users))
|
||||||
script(type="module" src="https://unpkg.com/@startinblox/component-directory@0.3")
|
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")
|
script(type="module" src="https://unpkg.com/@startinblox/component-dashboard@0.1")
|
||||||
|
|
||||||
//- Stylesheets
|
//- Stylesheets
|
||||||
|
Loading…
Reference in New Issue
Block a user