diff --git a/AMW_angular/io/src/app/resources/models/resource.ts b/AMW_angular/io/src/app/resources/models/resource.ts index 05178a622..acf6666e7 100644 --- a/AMW_angular/io/src/app/resources/models/resource.ts +++ b/AMW_angular/io/src/app/resources/models/resource.ts @@ -5,6 +5,7 @@ export interface Resource { name: string; type: string; version: string; + release?: string; defaultRelease: Release; releases: Release[]; defaultResourceId?: number; diff --git a/AMW_angular/io/src/app/resources/resource-edit/resource-edit.component.html b/AMW_angular/io/src/app/resources/resource-edit/resource-edit.component.html index 171eb9788..70cbf76fa 100644 --- a/AMW_angular/io/src/app/resources/resource-edit/resource-edit.component.html +++ b/AMW_angular/io/src/app/resources/resource-edit/resource-edit.component.html @@ -41,6 +41,22 @@ } + @if (showMoreMenu()) { +
+ You are going to tag the current configuration of the {{ resource().type }} {{ resource().name }} in release + {{ resource().release }}. +
+This will save the changes that you have made to the current configuration.
+ +