Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
prodige
ngpr_prodige_table_editeur
Commits
7c92e2e4
Commit
7c92e2e4
authored
Dec 17, 2019
by
Chef Projet Prodige
Browse files
Changement syntaxe
parent
7e84af4b
Pipeline
#15977
failed with stages
in 56 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/app/components/edit-data/edit-data.component.html
View file @
7c92e2e4
<h4
class=
"modal-title"
id=
"modal-basic-title"
>
Gid
: {{feature
&&
feature.properties.gid}}
</h4>
<h4
class=
"modal-title"
id=
"modal-basic-title"
>
Identifiant
: {{feature
&&
feature.properties.gid}}
</h4>
<form
*ngIf=
"feature"
>
<div
class=
"form-group"
*ngFor=
"let structure of structures$ | async"
>
<div
*ngIf=
"structure.column_name !== 'gid'"
>
...
...
@@ -129,5 +129,5 @@
</div>
</div>
</form>
<a
routerLink=
"/tableView/{{uuid}}"
class=
"btn btn-
prim
ar
y
"
routerLinkActive=
"active"
>
Retou
r
</a>
<button
type=
"button"
class=
"btn btn-
outline-d
ar
k
"
(click)=
"saveData()"
>
Save
</button>
<a
routerLink=
"/tableView/{{uuid}}"
class=
"btn btn-
outline-d
ar
k
"
routerLinkActive=
"active"
>
Annule
r
</a>
<button
type=
"button"
class=
"btn btn-
prim
ar
y
"
(click)=
"saveData()"
>
Enregistrer
</button>
src/app/components/table-view/table-view.component.html
View file @
7c92e2e4
...
...
@@ -17,7 +17,7 @@
Recherche :
<input
class=
"form-control ml-2"
type=
"text"
name=
"searchTerm"
[(ngModel)]=
"tableViewData.searchTerm"
/>
<span
class=
"ml-3"
*ngIf=
"tableViewData.getLoading$() | async"
>
Loading...
</span>
</div>
<a
routerLink=
"edit"
class=
"btn btn-primary"
routerLinkActive=
"active"
><i
class=
"fas fa-edit"
></i>
Edi
ter
</a>
<a
routerLink=
"edit"
class=
"btn btn-primary"
routerLinkActive=
"active"
><i
class=
"fas fa-edit"
></i>
Ajou
ter
</a>
<!-- Pagination -->
<ng-container
*ngTemplateOutlet=
"paginationTpl"
></ng-container>
...
...
@@ -37,7 +37,7 @@
</td>
<td
class=
"table-button-action"
>
<a
routerLink=
"edit/{{feature.properties.gid}}"
class=
"btn btn-primary"
routerLinkActive=
"active"
><i
class=
"fas fa-edit"
></i>
Editer
</a>
<button
type=
"button"
class=
"btn btn-danger"
(click)=
"deleteData(feature)"
><i
class=
"fas fa-times"
></i>
Suprim
m
er
</button>
<button
type=
"button"
class=
"btn btn-danger"
(click)=
"deleteData(feature)"
><i
class=
"fas fa-times"
></i>
Sup
p
rimer
</button>
</td>
</tr>
</tbody>
...
...
Chef Projet Prodige
@prodigeadmin
mentioned in commit
26fd2aa7
·
Jun 02, 2021
mentioned in commit
26fd2aa7
mentioned in commit 26fd2aa730592fdb632b536c5c0eaa3455ebc263
Toggle commit list
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment