Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
web-app
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
web-et-numerique
web-et-numerique-internet
data.grandlyon.com
web-portal
components
custom-apps
web-app
Merge requests
!93
Fix placeholders colors
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Fix placeholders colors
DOS0065640
into
development
Overview
0
Commits
1
Pipelines
0
Changes
3
Merged
Dimitri DI GUSTO
requested to merge
DOS0065640
into
development
4 years ago
Overview
0
Commits
1
Pipelines
0
Changes
3
Expand
0
0
Merge request reports
Compare
development
development (base)
and
latest version
latest version
bd8d3c9f
1 commit,
4 years ago
3 files
+
13
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
src/app/dataset-detail/components/dataset-table-map/dataset-table-map.component.html
+
3
−
3
Options
@@ -28,7 +28,7 @@
<div
class=
"field has-addons has-addons-centered is-centered"
>
<div
class=
"control research-input"
[ngClass]=
"{'has-icons-right': searchInput.value}"
>
<input
type=
"text"
class=
"input"
[formControl]=
"searchInput"
placeholder=
"Filter records"
i18-aria-label=
"@@dataset.data.filterReccordPlaceholder"
aria-label=
"Filter records"
i18
n
-aria-label=
"@@dataset.data.filterReccordPlaceholder"
aria-label=
"Filter records"
i18n-placeholder=
"@@dataset.data.filterReccordPlaceholder"
(keydown.enter)=
"searchChanged()"
/>
<span
class=
"icon is-small is-right reset-research-icon"
*ngIf=
"searchInput.value"
(click)=
"resetResearch()"
>
@@ -38,7 +38,7 @@
<div
class=
"control button-research"
>
<button
class=
"button"
(click)=
"searchChanged()"
>
<span
class=
"icon"
>
<img
src=
"./assets/img/picto_search.svg"
alt=
"Picto search
"
*ngIf=
"!isLoading; else spinner"
>
<img
src=
"./assets/img/picto_search.svg"
i18n-alt=
"@@dataset.data.filterReccordPlaceholder"
alt=
"Filter records
"
*ngIf=
"!isLoading; else spinner"
>
<ng-template
#spinner
>
<i
class=
"fas fa-spinner fa-spin"
></i>
</ng-template>
@@ -206,4 +206,4 @@
</div>
</div>
</ng-template>
</div>
\ No newline at end of file
</div>
Loading