Skip to content

Commit

Permalink
Merge branch 'standalone' into development
Browse files Browse the repository at this point in the history
  • Loading branch information
ralfaron committed Jun 4, 2024
2 parents e60d137 + 6caab40 commit d2d7a70
Show file tree
Hide file tree
Showing 127 changed files with 819 additions and 1,275 deletions.
241 changes: 0 additions & 241 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@
"@angular/compiler-cli": "^17.3.4",
"@babel/plugin-syntax-import-attributes": "^7.24.1",
"@jest/globals": "^29.7.0",
"@ngrx/eslint-plugin": "^17.2.0",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^10.0.3",
"@types/bcryptjs": "^2.4.6",
Expand Down
3 changes: 0 additions & 3 deletions projects/aas-lib/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,6 @@
{
"files": [
"*.ts"
],
"extends": [
"plugin:@ngrx/recommended"
]
}
]
Expand Down
82 changes: 0 additions & 82 deletions projects/aas-lib/src/lib/aas-lib.module.ts

This file was deleted.

4 changes: 4 additions & 0 deletions projects/aas-lib/src/lib/aas-table/aas-table.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
!
!---------------------------------------------------------------------------->

@if (rows.length > 0) {
@if (viewMode === 'list') {
<table class="table table-sm table-hover table-striped">
<thead>
Expand Down Expand Up @@ -137,4 +138,7 @@
}
</tbody>
</table>
}
} @else {
<div class="alert alert-info text-center mt-2" role="alert">{{'INFO_NO_SHELLS_AVAILABLE' | translate}}</div>
}
Loading

0 comments on commit d2d7a70

Please sign in to comment.