update: test to display the size and the content in the same element
This commit is contained in:
		@ -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
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user