68729: Edit version history page as tab, removed sidebar link, added under-construction notice

This commit is contained in:
Kristof De Langhe
2020-03-17 16:01:00 +01:00
parent 1f02c2cd64
commit 30c7e563f5
11 changed files with 30 additions and 139 deletions

View File

@@ -35,6 +35,11 @@ export class ItemVersionsComponent implements OnInit {
*/
@Input() displayWhenEmpty = false;
/**
* Whether or not to display the title
*/
@Input() displayTitle = true;
/**
* The AlertType enumeration
* @type {AlertType}