Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Client
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
Factory
Resin
Client
Commits
93a21c27
Commit
93a21c27
authored
3 years ago
by
Augustin LECONTE
Browse files
Options
Downloads
Plain Diff
feat(admin): remove filters from structures list
parents
8ae2c7d8
f3112e45
No related branches found
No related tags found
3 merge requests
!180
release V1.10.0
,
!178
release V1.10.0
,
!170
feat/US13-superadmin-show-structures
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/app/admin/components/structures-list/admin-structures-list.component.html
+4
-36
4 additions, 36 deletions
...ents/structures-list/admin-structures-list.component.html
with
4 additions
and
36 deletions
src/app/admin/components/structures-list/admin-structures-list.component.html
+
4
−
36
View file @
93a21c27
<div
fxLayout=
"column"
fxLayoutAlign=
"center center"
>
<div
fxLayout=
"column"
fxLayoutAlign=
"center center"
>
<div
fxLayout=
"row"
class=
"selector"
>
<div
fxLayout=
"row"
class=
"checkbox no-width"
>
<div
class=
"checkboxItem"
>
<label>
<input
type=
"checkbox"
[checked]=
"isInClaimStructure"
(change)=
"inClaimStructure($event)"
/>
<span
class=
"customCheck"
></span>
<div
class=
"label pass option"
>
En revendication
</div>
</label>
</div>
<div
class=
"checkboxItem"
>
<label>
<input
type=
"checkbox"
[checked]=
"isClaimedStructure"
(change)=
"claimedStructure($event)"
/>
<span
class=
"customCheck"
></span>
<div
class=
"label pass option"
>
Revendiquées
</div>
</label>
</div>
<div
class=
"checkboxItem"
>
<label>
<input
type=
"checkbox"
[checked]=
"isToClaimStructure"
(change)=
"toClaimStructure($event)"
/>
<span
class=
"customCheck"
></span>
<div
class=
"label pass option"
>
Non revendiquées
</div>
</label>
</div>
<div
class=
"checkboxItem"
>
<label>
<input
type=
"checkbox"
[checked]=
"isAll"
(change)=
"allStructure($event)"
/>
<span
class=
"customCheck"
></span>
<div
class=
"label pass option"
>
Toutes
</div>
</label>
</div>
</div>
</div>
<div
*ngIf=
"!isInClaimStructure && !isToClaimStructure && !isClaimedStructure"
>
<div
*ngIf=
"!isInClaimStructure && !isToClaimStructure && !isClaimedStructure"
>
Choisir un filtre pour afficher la liste des structures
Choisir un filtre pour afficher la liste des structures
</div>
</div>
<table
*ngIf=
"isInClaimStructure"
aria-describedby=
"demands attachment results"
class=
"results-tab results-column"
>
<table
aria-describedby=
"demands attachment results"
class=
"results-tab results-column"
>
<thead>
<thead>
<th
scope=
"col"
>
Structures en cours de revendication ({{ structuresInClaim.length }})
</th>
<th
scope=
"col"
>
Structures en cours de revendication ({{ structuresInClaim.length }})
</th>
</thead>
</thead>
...
@@ -49,7 +17,7 @@
...
@@ -49,7 +17,7 @@
</tr>
</tr>
</tbody>
</tbody>
</table>
</table>
<table
*ngIf=
"isToClaimStructure"
aria-describedby=
"demands attachment results"
class=
"results-tab results-column"
>
<table
aria-describedby=
"demands attachment results"
class=
"results-tab results-column"
>
<thead>
<thead>
<th
scope=
"col"
>
Structures à revendiquer ({{ structuresToClaim.length }})
</th>
<th
scope=
"col"
>
Structures à revendiquer ({{ structuresToClaim.length }})
</th>
</thead>
</thead>
...
@@ -64,7 +32,7 @@
...
@@ -64,7 +32,7 @@
</tr>
</tr>
</tbody>
</tbody>
</table>
</table>
<table
*ngIf=
"isClaimedStructure"
aria-describedby=
"demands attachment results"
class=
"results-tab results-column"
>
<table
aria-describedby=
"demands attachment results"
class=
"results-tab results-column"
>
<thead>
<thead>
<th
scope=
"col"
>
Structures revendiquées ({{ structuresClaimed.length }})
</th>
<th
scope=
"col"
>
Structures revendiquées ({{ structuresClaimed.length }})
</th>
</thead>
</thead>
...
@@ -74,7 +42,7 @@
...
@@ -74,7 +42,7 @@
<a
href=
"/acteurs?id={{ structure.structureId }}"
target=
"_blank"
>
{{ structure.structureName }}
</a>
<a
href=
"/acteurs?id={{ structure.structureId }}"
target=
"_blank"
>
{{ structure.structureName }}
</a>
</td>
</td>
</tr>
</tr>
<tr
*ngIf=
"!structures
In
Claim?.length"
>
<tr
*ngIf=
"!structuresClaim
ed
?.length"
>
<td
colspan=
"3"
>
Aucune structure
</td>
<td
colspan=
"3"
>
Aucune structure
</td>
</tr>
</tr>
</tbody>
</tbody>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment