upgrade to latest ADF alpha (#436)

This commit is contained in:
Denys Vuika
2018-06-19 17:25:02 +01:00
committed by GitHub
parent f34c0a96a6
commit 74aca07115
6 changed files with 26 additions and 34 deletions

View File

@@ -13,7 +13,11 @@
<adf-info-drawer-tab [label]="'APP.INFO_DRAWER.TABS.VERSIONS' | translate">
<ng-container>
<adf-version-manager [node]="node"></adf-version-manager>
<adf-version-manager
[showComments]="'adf-version-manager.allowComments' | adfAppConfig:true"
[allowDownload]="'adf-version-manager.allowDownload' | adfAppConfig:true"
[node]="node">
</adf-version-manager>
</ng-container>
</adf-info-drawer-tab>
</adf-info-drawer>