Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
systemes-dinformation
project-template
SDK-GO
Commits
1131c46e
Commit
1131c46e
authored
Apr 22, 2021
by
Alexis POYEN
Browse files
Fix: typo and names
parent
589a62ee
Pipeline
#13570
failed with stage
in 3 minutes and 13 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
web/components/bankerPage/bankerPage.js
View file @
1131c46e
...
...
@@ -16,8 +16,7 @@ export async function mount(where) {
}
class
BankerPage
{
constructor
()
{
}
constructor
()
{}
async
mount
(
where
)
{
document
.
getElementById
(
where
).
innerHTML
=
/* HTML */
`
...
...
@@ -58,6 +57,7 @@ class BankerPage {
}
async
displayClients
()
{
let
clients
=
[];
try
{
const
response
=
await
fetch
(
"
/api/UserClients/
"
,
{
method
:
"
GET
"
,
...
...
web/components/bankerPage/operations.js
View file @
1131c46e
...
...
@@ -30,7 +30,7 @@ class Operation {
<tr class="is-selected">
<th>Id</th>
<th>Montant</th>
<th>C
lient
</th>
<th>C
ompte bancaire
</th>
<th>Date</th>
${
current_user
.
role
!=
"
CLIENT
"
?
`<th>Actions</th>`
:
``
}
</tr>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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