Skip to content

Commit

Permalink
Fix Application Search
Browse files Browse the repository at this point in the history
* Fix spelling error on Apps page

Resolve #629
  • Loading branch information
oodamien authored and ghillert committed Feb 16, 2018
1 parent 5a71163 commit b5fa187
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ui/src/app/apps/apps/apps.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ <h1>Apps</h1>
<div class="alert alert-warning" style="border:0 none;padding: 1.5rem 2rem;">
<div style="padding-bottom: 8px">
<span>
No result find for
No results found for
<strong *ngIf="params.q != ''">'{{ params.q }}'</strong>
<span *ngIf="params.q != '' && params.type"> in </span>
<span *ngIf="params.type"><strong>'{{ params.type }}'</strong> type</span>
Expand Down
4 changes: 2 additions & 2 deletions ui/src/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -234,11 +234,11 @@ body {
}
.pui-filter-left {
left: 0;
width: 50%;
width: 100px;
}
.pui-filter-right {
right: 0;
width: 50%;
width: 100px;
}
}
}
Expand Down

0 comments on commit b5fa187

Please sign in to comment.