@ -76,21 +76,23 @@
< / ng-container >
< ng-container sidebar >
< sqx-tooltip position = "leftTop" [ target ] = " historyLink " > Events< / sqx-tooltip >
< div class = "panel-nav" >
< sqx-tooltip position = "leftTop" [ target ] = " historyLink " > Events< / sqx-tooltip >
< a class = "panel-link panel-link-gray" routerLink = "events" routerLinkActive = "active" # historyLink >
< i class = "icon-time" > < / i >
< / a >
< a class = "panel-link panel-link-gray" routerLink = "events" routerLinkActive = "active" # historyLink >
< i class = "icon-time" > < / i >
< / a >
< sqx-tooltip position = "leftTop" [ target ] = " helpLink " > Help< / sqx-tooltip >
< sqx-tooltip position = "leftTop" [ target ] = " helpLink " > Help< / sqx-tooltip >
< a class = "panel-link" routerLink = "help" routerLinkActive = "active" # helpLink >
< i class = "icon-help" > < / i >
< / a >
< a class = "panel-link" routerLink = "help" routerLinkActive = "active" # helpLink >
< i class = "icon-help" > < / i >
< / a >
< sqx-onboarding-tooltip helpId = "help" [ for ] = " helpLink " position = "leftTop" after = "180000" >
Click the help icon to show a context specific help page. Go to < a href = "https://docs.squidex.io" sqxExternalLink > https://docs.squidex.io< / a > for the full documentation.
< / sqx-onboarding-tooltip >
< sqx-onboarding-tooltip helpId = "help" [ for ] = " helpLink " position = "leftTop" after = "180000" >
Click the help icon to show a context specific help page. Go to < a href = "https://docs.squidex.io" sqxExternalLink > https://docs.squidex.io< / a > for the full documentation.
< / sqx-onboarding-tooltip >
< / div >
< / ng-container >
< / sqx-panel >