Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Cesium
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
Container registry
Model registry
Monitor
Service Desk
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
clients
Cesium-grp
Cesium
Commits
30626a0f
Commit
30626a0f
authored
8 years ago
by
Benoit Lavenier
Browse files
Options
Downloads
Patches
Plain Diff
Block view: excluded pubkeys not visible - fix
#352
parent
b25f2aab
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
www/templates/blockchain/view_block.html
+3
-3
3 additions, 3 deletions
www/templates/blockchain/view_block.html
with
3 additions
and
3 deletions
www/templates/blockchain/view_block.html
+
3
−
3
View file @
30626a0f
...
...
@@ -192,7 +192,7 @@
</ng-if>
<!-- excluded -->
<ng-if
ng-if=
"!compactMode || (formData.
leavers
Count-formData.revokedCount)"
>
<ng-if
ng-if=
"!compactMode || (formData.
excluded
Count-formData.revokedCount)"
>
<ion-item
class=
"item-icon-left"
>
<i
class=
"icon ion-person"
></i>
<b
class=
"ion-close dark"
style=
"position: absolute; top: 25px; left: 39px; font-size: 12px;"
></b>
...
...
@@ -202,8 +202,8 @@
<span
class=
"badge badge-stable"
ng-if=
"!(formData.excludedCount-formData.revokedCount)"
>
0
</span>
</ion-item>
<div
class=
"padding-bottom item-icon-left-padding item-icon-right-padding"
ng-if=
"formData.
revok
edCount"
>
<ion-item
ng-repeat=
"identity in ::formData.
revok
ed"
<div
class=
"padding-bottom item-icon-left-padding item-icon-right-padding"
ng-if=
"formData.
exclud
edCount"
>
<ion-item
ng-repeat=
"identity in ::formData.
exclud
ed"
class=
"item-border-large item-small-height"
ng-include=
"'templates/blockchain/link_identity.html'"
>
</ion-item>
...
...
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