|
@@ -2,12 +2,12 @@ import {Component, Input, OnInit} from '@angular/core';
|
|
|
|
|
|
|
|
import {HsDialogContainerService} from 'hslayers-ng';
|
|
import {HsDialogContainerService} from 'hslayers-ng';
|
|
|
|
|
|
|
|
-import {MetadataDialogComponent} from './metadata-dialog.component';
|
|
|
|
|
|
|
+import {MetadataDialogComponent} from '../metadata-dialog/metadata-dialog.component';
|
|
|
|
|
|
|
|
@Component({
|
|
@Component({
|
|
|
selector: 'pra-dataset-list',
|
|
selector: 'pra-dataset-list',
|
|
|
templateUrl: './dataset-list.component.html',
|
|
templateUrl: './dataset-list.component.html',
|
|
|
- styleUrls: ['./adjuster.component.scss'],
|
|
|
|
|
|
|
+ styleUrls: ['../adjuster.component.scss'],
|
|
|
})
|
|
})
|
|
|
|
|
|
|
|
export class DatasetListComponent implements OnInit {
|
|
export class DatasetListComponent implements OnInit {
|