X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=src%2Fapp%2Futilities%2Fdelete%2FDeleteComponent.ts;h=014b66aac1fda8571aa4e605ff2d13d028f653df;hb=403234ed6120ba4bc01578b3ec237fa5fd4c0f6d;hp=4baee646f1be3ccca4bdf42808234dcc8a7d844f;hpb=b323b2af218700aa7fb3d911a459fbec8b3f2d59;p=osm%2FNG-UI.git diff --git a/src/app/utilities/delete/DeleteComponent.ts b/src/app/utilities/delete/DeleteComponent.ts index 4baee64..014b66a 100644 --- a/src/app/utilities/delete/DeleteComponent.ts +++ b/src/app/utilities/delete/DeleteComponent.ts @@ -171,6 +171,9 @@ export class DeleteComponent { } else if (data.page === 'k8-repo') { this.deleteURL = environment.K8REPOS_URL; this.notifyMessage = 'DELETEDSUCCESSFULLY'; + } else if (data.page === 'osmrepo') { + this.deleteURL = environment.OSMREPOS_URL; + this.notifyMessage = 'DELETEDSUCCESSFULLY'; } } /** Generate Data function @public */