Skip to content

Commit

Permalink
Release v1.3.4 (#14)
Browse files Browse the repository at this point in the history
* Add helm charts

* Rename to identity portal

* Add portal components

* Fix ci

* Fix ci

* Update configs

* Update keycloak realm

* Revert realm to master

* Add service calls and cookies

* Clear request uri on service change

* Fix cookie delete

* Add more service links
  • Loading branch information
daniel-pimenta-DME authored Nov 6, 2023
1 parent 83fb5bd commit d100d9d
Showing 1 changed file with 15 additions and 17 deletions.
32 changes: 15 additions & 17 deletions src/app/features/home/home.component.html
Original file line number Diff line number Diff line change
@@ -1,27 +1,26 @@
<div class="mx-5">
<div class="container items-center my-10 sm mx-auto">
<span class="block mb-2 text-lg font-medium text-primary-white">Visit a portal</span>
<span class="block mb-2 text-lg font-medium text-primary-white">Visit a service</span>
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-4 mt-6">
<app-button
label="Keycloak Administration"
[leftIcon]="faLink"
[link]="getKeycloakLink()"
class="w-full h-full items-center"
></app-button>
<!-- <app-button
label="Identity API"
[leftIcon]="faLink"
[link]="getIdentityApiLink()"
class="w-full h-full items-center"
></app-button>
-->
<!-- <app-button
label="Ades"
[leftIcon]="faLink"
[link]="getAdesLink()"
class="w-full h-full items-center"
></app-button>
-->
<app-button
label="Identity API"
[leftIcon]="faLink"
[link]="getIdentityApiLink()"
class="w-full h-full items-center"
></app-button>
-->
<app-button
label="Ades"
[leftIcon]="faLink"
[link]="getAdesLink()"
class="w-full h-full items-center"
></app-button>
<app-button
label="System Resource Catalogue"
[leftIcon]="faLink"
Expand All @@ -47,13 +46,12 @@
[link]="getContainerRegistryLink()"
class="w-full h-full items-center"
></app-button>
<!-- <app-button
<app-button
label="Dummy service"
[leftIcon]="faLink"
[link]="getDummyServiceLink()"
class="w-full h-full items-center"
></app-button>
-->
</div>
<div class="mt-10">
<hr/>
Expand Down

0 comments on commit d100d9d

Please sign in to comment.