Skip to content

Commit

Permalink
Merge pull request #18 from NorskHelsenett/feature/changing-ingress-view
Browse files Browse the repository at this point in the history
Changing to old ingress view
  • Loading branch information
rogerwesterbo authored Jan 14, 2025
2 parents 01c4b34 + 71d6bd2 commit 2bd291f
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 59 deletions.
106 changes: 53 additions & 53 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@
"@angular/cli": "^18.2.12",
"@angular/compiler-cli": "^18.2.12",
"@types/jasmine": "~5.1.5",
"@types/node": "^22.10.5",
"@types/node": "^22.10.6",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^8.19.1",
"@typescript-eslint/parser": "^8.19.1",
"@typescript-eslint/eslint-plugin": "^8.20.0",
"@typescript-eslint/parser": "^8.20.0",
"autoprefixer": "^10.4.20",
"eslint": "^9.18.0",
"eslint-config-prettier": "^10.0.1",
Expand All @@ -75,7 +75,7 @@
"karma-coverage": "~2.2.1",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"postcss": "^8.4.49",
"postcss": "^8.5.0",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.9",
"tailwindcss": "^3.4.17",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ <h1 *ngIf="cluster?.clusterName.length === 0" class="text-2xl font-semibold">{{
<div class="dark:bg-darker flex flex-col rounded-md bg-white">
<div class="p-3 flex flex-col">
<!-- todo when cluster agent v2 is active remove this comment-->
<app-cluster-ingress-table [cluster]="cluster"></app-cluster-ingress-table>
<!-- <app-cluster-ingress-list [cluster]="cluster"></app-cluster-ingress-list> -->
<!-- <app-cluster-ingress-table [cluster]="cluster"></app-cluster-ingress-table> -->
<app-cluster-ingress-list [cluster]="cluster"></app-cluster-ingress-list>
</div>
</div>
</div>
Expand Down

0 comments on commit 2bd291f

Please sign in to comment.