Skip to content

Commit

Permalink
Merge pull request finos#64 in WALTZ/waltz-gh-staging from WALTZ/walt…
Browse files Browse the repository at this point in the history
…z-ks:CTCTOWALTZ-926-Font-Awesome-5 to waltz-3002-font-awesome-5

* commit 'e3dd304419f7d9230e22308238bb4bbf96b8f2f7':
  Upgrade to font awesome 5.x finos#3002 -show warning for renamed icons
  Upgrade to font awesome 5.x finos#3002 -show warning for renamed icons
  Upgrade to font awesome 5.x finos#3002
  • Loading branch information
sally-e-ellard-db committed May 15, 2018
2 parents 51c7bdf + e3dd304 commit 636598f
Show file tree
Hide file tree
Showing 6 changed files with 516 additions and 12 deletions.
4 changes: 2 additions & 2 deletions waltz-ng/client/common/services/enums/entity.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export const entity = {
ATTESTATION: {
key: 'ATTESTATION',
name: 'Attestation',
icon: 'check-square-o',
icon: 'check-square',
description: null,
position: 65
},
Expand Down Expand Up @@ -177,7 +177,7 @@ export const entity = {
PROCESS: {
key: 'PROCESS',
name: 'Process',
icon: 'code-fork',
icon: 'code-branch',
description: null,
position: 230
},
Expand Down
2 changes: 1 addition & 1 deletion waltz-ng/client/navbar/directives/navbar-profile.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<a ui-sref="main.attestation.instance.user">
<waltz-icon class='text-muted small'
fixed-width="true"
name="check-square-o"></waltz-icon>
name="check-square"></waltz-icon>
Attestations
<span class="badge wnp-badge"
ng-if="ctrl.notificationsCountsByKind['ATTESTATION'].count > 0"
Expand Down

0 comments on commit 636598f

Please sign in to comment.