adding missing acces location text

This commit is contained in:
Armin Schrenk
2019-08-27 13:48:05 +02:00
parent 249af4c397
commit 638dac9cb6
6 changed files with 47 additions and 7 deletions
@@ -57,7 +57,7 @@
<HBox styleClass="button-group,first" alignment="CENTER" onMouseClicked="#revealAccessLocation">
<VBox styleClass="button-group-labels">
<Label styleClass="button-group-heading" text="%vaultDetail.accessLocation"/>
<Label text="${controller.vault.customMountPath}"/>
<Label text="${controller.vault.accessPoint}"/>
</VBox>
<Region HBox.hgrow="ALWAYS"/>
<Label styleClass="button-group-action" text="TODO REVEAL"/>