@ -124,15 +124,19 @@
< / ng-container >
< ng-container sidebar >
< a class = "panel-link" routerLink = "history" routerLinkActive = "active" # linkHistory >
< i class = "icon-time" > < / i >
< / a >
< sqx-tooltip position = "leftTop" [ target ] = " historyLink " > commentsLink< / sqx-tooltip >
< a class = "panel-link" routerLink = "comments" routerLinkActive = "active" # linkHistory >
< a class = "panel-link" routerLink = "comments" routerLinkActive = "active" # commentsLink >
< i class = "icon-comments" > < / i >
< / a >
< sqx-onboarding-tooltip helpId = "history" [ for ] = " linkHistory " position = "leftTop" after = "120000" >
< sqx-tooltip position = "leftTop" [ target ] = " historyLink " > History< / sqx-tooltip >
< a class = "panel-link" routerLink = "history" routerLinkActive = "active" # historyLink >
< i class = "icon-time" > < / i >
< / a >
< sqx-onboarding-tooltip helpId = "history" [ for ] = " historyLink " position = "leftTop" after = "120000" >
The sidebar navigation contains useful context specific links. Here you can view the history how this schema has changed over time.
< / sqx-onboarding-tooltip >
< / ng-container >