id's toegevoegd
This commit is contained in:
2
.github/workflows/deploy-docker-to-tst.yml
vendored
2
.github/workflows/deploy-docker-to-tst.yml
vendored
@@ -99,6 +99,6 @@ jobs:
|
|||||||
-H 'Content-Type: application/json' \
|
-H 'Content-Type: application/json' \
|
||||||
-d '{
|
-d '{
|
||||||
"channel_id": "9a8obynkd7rctk6qf8rfe6oppy",
|
"channel_id": "9a8obynkd7rctk6qf8rfe6oppy",
|
||||||
"message": "@all \n✅ *Build is geslaagd!* Versie ${{VERSION}}-SNAPSHOT staat klaar op https://test-paypoint.melvanveen.nl"
|
"message": "@all \n✅ *Build is geslaagd!* Er staat een nieuwe versie klaar op https://test-paypoint.melvanveen.nl"
|
||||||
}' \
|
}' \
|
||||||
https://mattermost.melvanveen.nl/api/v4/posts
|
https://mattermost.melvanveen.nl/api/v4/posts
|
||||||
|
|||||||
@@ -6,13 +6,14 @@
|
|||||||
<div class="navbar">
|
<div class="navbar">
|
||||||
<img src="assets/logo-minimal.png" alt="App Logo" class="img-fluid">
|
<img src="assets/logo-minimal.png" alt="App Logo" class="img-fluid">
|
||||||
<ul>
|
<ul>
|
||||||
<li><a routerLink="/home/agenda" routerLinkActive="active">Agenda</a></li>
|
<li><a routerLink="/home/agenda" id="agenda" routerLinkActive="active">Agenda</a></li>
|
||||||
<li><a routerLink="/home/klanten" routerLinkActive="active">Klanten</a></li>
|
<li><a routerLink="/home/klanten" id="klanten" routerLinkActive="active">Klanten</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<hr/>
|
<hr/>
|
||||||
<button
|
<button
|
||||||
tuiChevron
|
tuiChevron
|
||||||
type="button"
|
type="button"
|
||||||
|
id="userMenu"
|
||||||
[tuiDropdown]="dropdownContent"
|
[tuiDropdown]="dropdownContent"
|
||||||
[tuiDropdownManual]="open"
|
[tuiDropdownManual]="open"
|
||||||
[tuiObscuredEnabled]="open"
|
[tuiObscuredEnabled]="open"
|
||||||
@@ -28,6 +29,7 @@
|
|||||||
size="m"
|
size="m"
|
||||||
tuiButton
|
tuiButton
|
||||||
type="button"
|
type="button"
|
||||||
|
id="uitloggen"
|
||||||
(click)="logout()"
|
(click)="logout()"
|
||||||
>
|
>
|
||||||
Uitloggen
|
Uitloggen
|
||||||
|
|||||||
Reference in New Issue
Block a user