Skip to content
This repository was archived by the owner on May 14, 2025. It is now read-only.

Commit b5fa187

Browse files
oodamienghillert
authored andcommitted
Fix Application Search
* Fix spelling error on Apps page Resolve #629
1 parent 5a71163 commit b5fa187

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ui/src/app/apps/apps/apps.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ <h1>Apps</h1>
183183
<div class="alert alert-warning" style="border:0 none;padding: 1.5rem 2rem;">
184184
<div style="padding-bottom: 8px">
185185
<span>
186-
No result find for
186+
No results found for
187187
<strong *ngIf="params.q != ''">'{{ params.q }}'</strong>
188188
<span *ngIf="params.q != '' && params.type"> in </span>
189189
<span *ngIf="params.type"><strong>'{{ params.type }}'</strong> type</span>

ui/src/styles.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,11 +234,11 @@ body {
234234
}
235235
.pui-filter-left {
236236
left: 0;
237-
width: 50%;
237+
width: 100px;
238238
}
239239
.pui-filter-right {
240240
right: 0;
241-
width: 50%;
241+
width: 100px;
242242
}
243243
}
244244
}

0 commit comments

Comments
 (0)