Skip to content

Commit

Permalink
Merge branch 'master' into VLTFE-19-default-auth-other
Browse files Browse the repository at this point in the history
  • Loading branch information
Monkeychip authored Jan 24, 2020
2 parents ff6f136 + 24c1c28 commit 72d810f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ BUG FIXES:

* ui: Update headless Chrome flag to fix `yarn run test:oss` [GH-8035]

## 1.3.3 (Unreleased)

BUG FIXES:

* ui: Fix missing License menu item [GH-8230]

## 1.3.2 (January 22nd, 2020)

SECURITY:
Expand Down
3 changes: 1 addition & 2 deletions ui/app/templates/partials/status/cluster.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,7 @@
{{#if (and (or
(and version.features (has-permission 'status' routeParams='license'))
(and cluster.usingRaft (has-permission 'status' routeParams='raft'))
)
not cluster.dr.isSecondary)
) (not cluster.dr.isSecondary))
}}
<nav class="menu">
<div class="menu-label">
Expand Down

0 comments on commit 72d810f

Please sign in to comment.