Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add OpenCRAVAT predictor annotations #1183

Draft
wants to merge 9 commits into
base: main
Choose a base branch
from
3 changes: 2 additions & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,20 +33,21 @@
"@angular/platform-browser-dynamic": "^18.1.2",
"@angular/router": "^18.1.2",
"@apollo/client": "^3.11.1",
"@ctrl/tinycolor": "^4.1.0",
"@ngneat/until-destroy": "^10.0.0",
"@ngrx/component": "^18.0.1",
"@ngx-formly/core": "^6.3.6",
"@ngx-formly/ng-zorro-antd": "^6.3.6",
"apollo-angular": "^7.0.2",
"ng-zorro-antd": "18.0.1",
"ngx-cookie-service": "^18.0.0",
"ngx-ui-scroll": "3.2.0",
"rxjs": "^7.8.1",
"rxjs-etc": "^10.6.2",
"rxjs-spy": "^8.0.2",
"ts-enum-util": "^4.0.2",
"ts-mixin-extended": "^1.1.1",
"vscroll": "1.6.1",
"ngx-ui-scroll": "3.2.0",
"zone.js": "0.14.3"
},
"devDependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<ng-container [ngSwitch]="tabIndex">
<!-- overview tab -->
<ng-container *ngSwitchCase="0">
<div class="tab-padding">
<div class="tab-content">
<nz-descriptions
nzSize="small"
[nzColumn]="{ xxl: 2, xl: 2, lg: 2, md: 1, sm: 1, xs: 1 }">
Expand Down Expand Up @@ -91,7 +91,7 @@

<!-- summary tab -->
<ng-container *ngSwitchCase="1">
<div class="tab-padding">
<div class="tab-content">
<p
nz-typography
nzEllipsis
Expand Down
Loading