Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DHFPROD-496 fix QuickStart naming in app #898

Merged
merged 2 commits into from
Apr 23, 2018
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion quick-start/src/main/ui/app/header/header.component.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<header class="mdl-layout__header">
<div class="mdl-layout__header-row">
<img src="assets/img/odh.svg">
<span class="mdl-layout-title">Data Hub Quick Start</span>
<span class="mdl-layout-title">Data Hub QuickStart</span>
<!-- Add spacer, to align navigation to the right -->
<div class="mdl-layout-spacer"></div>
<div *ngIf="getRunningJobCount() !== 0" layout="row" layout-align="center center" class="job-progress" (click)="gotoJobs()">
Expand Down
4 changes: 2 additions & 2 deletions quick-start/src/main/ui/app/login/login.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
</div>
<div class="login-wrapper" layout="row" layout-align="center start">
<section layout="column" layout-align="center center" class="left-pane">
<h1 id="mla-loginPage-Text">Data Hub Quick Start</h1>
<h1 id="mla-loginPage-Text">Data Hub QuickStart</h1>
<img class="odh-icon" src="assets/img/odh.svg">
<section flex layout-padding class="install-status" *ngIf="installationStatus">
<pre>{{installationStatus}}</pre>
Expand Down Expand Up @@ -165,7 +165,7 @@ <h3>Choose Your Project Environment</h3>

<p class="help-text">Each Hub Project can be deployed to multiple environments. Environments are
determined by the presence of a gradle-env.properties file in your hub project
directory. By default the Quick Start only creates a local environment file.
directory. By default QuickStart only creates a local environment file.
Read more <a target="_blank" href="https://github.com/marklogic-community/marklogic-data-hub/wiki/Data-Hub-QuickStart-Project-Environments">on the Data Hub Framework Wiki</a>.
</p>
<app-select-list
Expand Down
2 changes: 1 addition & 1 deletion quick-start/src/main/ui/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
font-size: 60px;
}
</style>
Quick Start Loading...
QuickStart Loading...
</app-root>
<dialog-outlet></dialog-outlet>

Expand Down