diff --git a/frontends/dnet-is-application/src/app/app.module.ts b/frontends/dnet-is-application/src/app/app.module.ts index 076e804d..ed486e98 100644 --- a/frontends/dnet-is-application/src/app/app.module.ts +++ b/frontends/dnet-is-application/src/app/app.module.ts @@ -23,7 +23,7 @@ import { MatTableModule } from '@angular/material/table'; import { ProtocolsComponent } from './protocols/protocols.component'; import { MainMenuPanelsComponent } from './main-menu-panels/main-menu-panels.component'; import { MatExpansionModule } from '@angular/material/expansion'; -import { WfDialog, WfHistoryComponent } from './wf-history/wf-history.component'; +import { WfHistoryDialog, WfHistoryComponent } from './wf-history/wf-history.component'; import { MatDialogModule } from '@angular/material/dialog'; import { MatSortModule } from '@angular/material/sort'; import { ResourcesComponent, ResContentDialog, ResCreateNewDialog, ResMetadataDialog } from './resources/resources.component' @@ -50,7 +50,7 @@ import { MatStepperModule } from '@angular/material/stepper'; InfoComponent, ProtocolsComponent, WfHistoryComponent, - WfDialog, + WfHistoryDialog, ResourcesComponent, ResContentDialog, ResCreateNewDialog, diff --git a/frontends/dnet-is-application/src/app/wf-confs/wf-confs.component.html b/frontends/dnet-is-application/src/app/wf-confs/wf-confs.component.html index 049b1104..746477a2 100644 --- a/frontends/dnet-is-application/src/app/wf-confs/wf-confs.component.html +++ b/frontends/dnet-is-application/src/app/wf-confs/wf-confs.component.html @@ -5,7 +5,7 @@ configure a new workflow -