Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
duniter-currency-monit
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nodes
typescript
modules
duniter-currency-monit
Commits
91e0cf88
Commit
91e0cf88
authored
8 years ago
by
Éloïs
Browse files
Options
Downloads
Patches
Plain Diff
[mod] willMembers : change col "complete case ?"
parent
152a123d
No related branches found
No related tags found
1 merge request
!62
Dev2
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
lg/willMembers_en.txt
+2
-1
2 additions, 1 deletion
lg/willMembers_en.txt
lg/willMembers_fr.txt
+2
-1
2 additions, 1 deletion
lg/willMembers_fr.txt
views/willMembers.html
+5
-5
5 additions, 5 deletions
views/willMembers.html
with
9 additions
and
7 deletions
lg/willMembers_en.txt
+
2
−
1
View file @
91e0cf88
...
@@ -45,7 +45,7 @@ YES yes
...
@@ -45,7 +45,7 @@ YES yes
NO no
NO no
QUALITY_CERTIFIERS package quality
QUALITY_CERTIFIERS package quality
DISTANCE Distance
DISTANCE Distance
CERTS certs
CERTS cert
ification
s
QUALITY quality
QUALITY quality
SIG_PERIOD_OK available
SIG_PERIOD_OK available
IDTY_REVOKED [identity revoked]
IDTY_REVOKED [identity revoked]
...
@@ -54,3 +54,4 @@ LAST_TR1 total
...
@@ -54,3 +54,4 @@ LAST_TR1 total
LAST_TR2 identities
LAST_TR2 identities
ON_WOTEX on wotex
ON_WOTEX on wotex
IDTY_FILTER filter identities
IDTY_FILTER filter identities
MISS it's missing
This diff is collapsed.
Click to expand it.
lg/willMembers_fr.txt
+
2
−
1
View file @
91e0cf88
...
@@ -45,7 +45,7 @@ YES oui
...
@@ -45,7 +45,7 @@ YES oui
NO non
NO non
QUALITY_CERTIFIERS qualité dossier
QUALITY_CERTIFIERS qualité dossier
DISTANCE Distance
DISTANCE Distance
CERTS certs
CERTS cert
ification
s
QUALITY qualité
QUALITY qualité
SIG_PERIOD_OK disponible
SIG_PERIOD_OK disponible
IDTY_REVOKED [identité revoquée]
IDTY_REVOKED [identité revoquée]
...
@@ -54,3 +54,4 @@ LAST_TR1 total
...
@@ -54,3 +54,4 @@ LAST_TR1 total
LAST_TR2 identités
LAST_TR2 identités
ON_WOTEX sur wotex
ON_WOTEX sur wotex
IDTY_FILTER filtrer les identités
IDTY_FILTER filtrer les identités
MISS il manque
This diff is collapsed.
Click to expand it.
views/willMembers.html
+
5
−
5
View file @
91e0cf88
...
@@ -182,12 +182,12 @@ ${ (USE_WOTB6) ? `
...
@@ -182,12 +182,12 @@ ${ (USE_WOTB6) ? `
${(idty.expires_on
&&
!idty.idtyRevoked > 0) ? `
${(idty.expires_on
&&
!idty.idtyRevoked > 0) ? `
<td
align=
'center'
style=
"background:${idty.colorPending}"
>
<td
align=
'center'
style=
"background:${idty.colorPending}"
>
${(idty.membership
&&
!idty.detailedDistance.isOutdistanced
&&
idty.nbValidPendingCert >= sigQty) ? `
${(idty.membership
&&
!idty.detailedDistance.isOutdistanced
&&
idty.nbValidPendingCert >= sigQty) ? `
<font
color=
"green"
>
${LANG['
OK
']}
<font
color=
"green"
>
${LANG['
YES
']}
`:`
`:`
<font
color=
"DarkRed"
>
${LANG['
K
O']}
<br>
<font
color=
"DarkRed"
>
${LANG['
N
O']}
${!idty.membership? `${LANG['MEMBERSHIP_NOT_ASKED']}
<br>
`:``}
${!idty.membership? `
<br>
${LANG['MEMBERSHIP_NOT_ASKED']}`:``}
${LANG['CERTS']} :
${(idty.nbValidPendingCert
<
sigQty
)
?
`
${
idty.nbValidPendingCert
}/${
sigQty
}`
:
``}
${(idty.nbValidPendingCert
<
sigQty
)
?
`
<
br
>
${LANG['MISS']}
<b>
${(sigQty-
idty.nbValidPendingCert
)}
</b>
${LANG['CERTS']
}`:``}
${
idty.detailedDistance.isOutdistanced
?
`${
LANG
['
DISTANCE
']}
${
LANG
['
KO
']}`
:
``}
${idty.detailedDistance.isOutdistanced? `
<br>
${LANG['DISTANCE']} ${LANG['KO']}`:``}
</font>
</font>
`}
`}
</td>
</td>
...
...
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