mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[ACA-1440] use ADF Header component (#508)
* [ACA-1440] use ADF HEADER component * moved style to theme * removed ACA HeaderComponent * remove aca header component theme * Update layout.component.html * update app header locator
This commit is contained in:
committed by
Cilibiu Bogdan
parent
51af2071c2
commit
5d8a9057bc
@@ -37,6 +37,6 @@ export class Header extends Component {
|
||||
userInfo: UserInfo = new UserInfo(this.component);
|
||||
|
||||
constructor(ancestor?: ElementFinder) {
|
||||
super('aca-header', ancestor);
|
||||
super('adf-layout-header', ancestor);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user