X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=webapp-frontend%2Fsrc%2Fapp%2Fservices%2Fui%2Fconfirm-dialog.service.ts;h=2c38c3196c1ecc90980f949cd853a95b1d0f024d;hb=a4c7cdd075d372de0ab352abc46359d88a570d90;hp=0eccc631b4fee8dcbd624f5d38bd455bd9cc7b74;hpb=2316ebd446dc9993b7c364ccb96d24f009195aa8;p=portal%2Fric-dashboard.git diff --git a/webapp-frontend/src/app/services/ui/confirm-dialog.service.ts b/webapp-frontend/src/app/services/ui/confirm-dialog.service.ts index 0eccc631..2c38c319 100644 --- a/webapp-frontend/src/app/services/ui/confirm-dialog.service.ts +++ b/webapp-frontend/src/app/services/ui/confirm-dialog.service.ts @@ -7,9 +7,9 @@ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @@ -20,7 +20,7 @@ import { Injectable } from '@angular/core'; import { MatDialog } from '@angular/material'; -import { ConfirmDialogComponent } from './../../ui/confirm-dialog/confirm-dialog.component' +import { ConfirmDialogComponent } from './../../ui/confirm-dialog/confirm-dialog.component'; @Injectable({ providedIn: 'root' @@ -32,7 +32,7 @@ export class ConfirmDialogService { openConfirmDialog(msg) { return this.dialog.open(ConfirmDialogComponent, { width: '480px', - position: { top: "100px" }, + position: { top: '100px' }, data: { message: msg }