Skip to content
This repository has been archived by the owner on Nov 22, 2019. It is now read-only.

Commit

Permalink
TEIIDTOOLS-389 Improve page header inconsistency
Browse files Browse the repository at this point in the history
  • Loading branch information
mdrillin committed Apr 18, 2018
1 parent 15a969a commit e799b61
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
Expand Up @@ -134,7 +134,6 @@ export class AddConnectionWizardComponent implements OnInit {
embedInPage: true,
loadingTitle: "Add Connection Wizard loading",
loadingSecondaryInfo: "Please wait for the wizard to finish loading...",
title: "Add Connection",
contentHeight: "500px",
done: false
} as WizardConfig;
Expand Down
Expand Up @@ -7,7 +7,7 @@
</div>
<div class="container-fluid" *ngIf="!pageError">
<div class="col-sm-12">
<h2></h2>
<h2 class="app-feature-title" i18n="@@add-connection.addConnection">Add Connection</h2>
</div>
<!-- Add Connection Wizard -->
<div class="row">
Expand Down
Expand Up @@ -138,7 +138,6 @@ export class AddDataserviceWizardComponent implements OnInit, OnDestroy {
embedInPage: true,
loadingTitle: "Dataservice Wizard loading",
loadingSecondaryInfo: "Please wait for the wizard to finish loading...",
title: "Dataservice Wizard",
contentHeight: "500px",
done: false
} as WizardConfig;
Expand Down
Expand Up @@ -7,7 +7,7 @@
</div>
<div class="container-fluid" *ngIf="!pageError">
<div class="col-sm-12">
<h2></h2>
<h2 class="app-feature-title" i18n="@@add-dataservice.addDataservice">Add Dataservice</h2>
</div>
<!-- Add Dataservice Wizard -->
<div class="row">
Expand Down

0 comments on commit e799b61

Please sign in to comment.