mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-01 19:17:58 +00:00
UI: Glimmerize InfoTable, PageHeader, UpgradePage, NamespaceReminder, PageHeaderLevel Left,Right,Top (#19572)
This commit is contained in:
@@ -3,11 +3,10 @@
|
||||
* SPDX-License-Identifier: MPL-2.0
|
||||
*/
|
||||
|
||||
import Component from '@ember/component';
|
||||
import layout from '../templates/components/page-header';
|
||||
import Component from '@glimmer/component';
|
||||
|
||||
export default Component.extend({
|
||||
layout,
|
||||
tagName: '',
|
||||
hasLevel: true,
|
||||
});
|
||||
export default class PageHeader extends Component {
|
||||
get hasLevel() {
|
||||
return this.args.hasLevel === undefined ? true : this.args.hasLevel;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user