mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-08-07 17:48:54 +00:00
[ADF-3358] Header - update demo shell component (#3655)
* [ADF-3358] update demo-shell header component * [ADF-3358] style demo-shell header component
This commit is contained in:
committed by
Eugenio Romano
parent
a12662e7e2
commit
c510ec864d
@@ -46,4 +46,17 @@ export class HeaderDataComponent {
|
||||
this.headerService.changeLogo(logoPath);
|
||||
}
|
||||
}
|
||||
|
||||
submitRedirectUrl(value: string) {
|
||||
const redirectUrl = JSON.parse(value);
|
||||
if (redirectUrl) {
|
||||
this.headerService.changeRedirectUrl(redirectUrl);
|
||||
}
|
||||
}
|
||||
|
||||
submitTooltip(tooltip: string) {
|
||||
if (tooltip) {
|
||||
this.headerService.changeTooltip(tooltip);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user