Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS will be completely phased out by mid-2025. To see alternatives please check here

Skip to content
Snippets Groups Projects
Commit 6c1b4523 authored by Sebastian-Ion TINCU's avatar Sebastian-Ion TINCU
Browse files

EDELIVERY-3762 Clean the smp-angular project from domibus object

Ensure all templateUrls are using correct relative paths.
parent acd6ab33
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@ import {AlertService} from "./alert.service";
@Component({
moduleId: module.id,
selector: 'alert',
templateUrl: 'alert.component.html',
templateUrl: './alert.component.html',
styleUrls: ['./alert.component.css']
})
......
......@@ -15,7 +15,7 @@ import {SaveDialogComponent} from "../common/save-dialog/save-dialog.component";
@Component({
moduleId: module.id,
templateUrl: 'alerts.component.html'
templateUrl: './alerts.component.html'
})
export class AlertsComponent {
......
......@@ -13,7 +13,7 @@ import { Md2Datepicker } from "md2";
@Component({
moduleId: module.id,
templateUrl: 'errorlog.component.html'
templateUrl: './errorlog.component.html'
})
export class ErrorLogComponent implements AfterViewInit {
......
......@@ -4,7 +4,7 @@ import {DomibusInfo} from "../appinfo/domibusinfo";
@Component({
moduleId: module.id,
templateUrl: 'footer.component.html',
templateUrl: './footer.component.html',
selector: 'footer',
styleUrls: ['./footer.component.css']
})
......
......@@ -5,7 +5,7 @@ import {User} from "../security/user";
@Component({
moduleId: module.id,
templateUrl: 'home.component.html',
templateUrl: './home.component.html',
styleUrls: ['./home.component.css']
})
......
......@@ -10,7 +10,7 @@ import {DefaultPasswordDialogComponent} from "app/security/default-password-dial
@Component({
moduleId: module.id,
templateUrl: 'login.component.html'
templateUrl: './login.component.html'
})
export class LoginComponent implements OnInit, OnDestroy {
......
......@@ -10,7 +10,7 @@ let MAX_LENGTH = 255;
@Component({
selector: 'editmessagefilter-form',
templateUrl: 'editmessagefilter-form.component.html'
templateUrl: './editmessagefilter-form.component.html'
})
export class EditMessageFilterComponent {
......
......@@ -15,7 +15,7 @@ import {DownloadService} from "../download/download.service";
@Component({
moduleId: module.id,
templateUrl: 'messagefilter.component.html',
templateUrl: './messagefilter.component.html',
styleUrls: ['./messagefilter.component.css']
})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment