hide access point in reveal button if it's empty

This commit is contained in:
Tobias Hagemann
2020-03-11 14:07:40 +01:00
parent 63a51ecee7
commit 96a3c025ab
2 changed files with 21 additions and 20 deletions
@@ -18,7 +18,8 @@
<FontAwesome5IconView glyph="HDD" glyphSize="24"/>
<VBox spacing="4" alignment="CENTER_LEFT">
<Label text="%main.vaultDetail.revealBtn"/>
<Label styleClass="label-extra-small" text="${controller.vault.accessPoint}" textOverrun="CENTER_ELLIPSIS"/>
<Label styleClass="label-extra-small" text="${controller.vault.accessPoint}" textOverrun="CENTER_ELLIPSIS"
visible="${controller.vault.accessPointPresent}" managed="${controller.vault.accessPointPresent}"/>
</VBox>
</HBox>
</graphic>