added hdd icon to vault detail for unlocked state

This commit is contained in:
Tobias Hagemann
2019-09-03 23:30:09 +02:00
parent 98e843aa0d
commit 6b7964f5d9
2 changed files with 7 additions and 5 deletions

View File

@@ -65,10 +65,12 @@
</Hyperlink>
</VBox>
<VBox alignment="CENTER" spacing="9" visible="${controller.vault.unlocked}" managed="${controller.vault.unlocked}">
<VBox alignment="CENTER" spacing="6">
<Label styleClass="label-secondary" text="%main.vaultDetail.accessLocation"/>
<Label text="${controller.vault.accessPoint}"/>
</VBox>
<Label styleClass="label-large" text="%main.vaultDetail.accessLocation"/>
<FontAwesome5IconView styleClass="glyph-icon-secondary" glyph="HDD" glyphSize="32"/>
<Label styleClass="label-secondary" text="${controller.vault.accessPoint}"/>
<Region prefHeight="12" VBox.vgrow="NEVER"/>
<Button styleClass="button-large" text="%main.vaultDetail.revealBtn" minWidth="120" onAction="#revealAccessLocation" defaultButton="${controller.vault.unlocked}">
<graphic>
<FontAwesome5IconView glyph="EYE" glyphSize="15"/>

View File

@@ -111,7 +111,7 @@ main.vaultDetail.unlockBtn=Unlock
main.vaultDetail.optionsBtn=Vault Options
main.vaultDetail.revealBtn=Reveal
main.vaultDetail.lockBtn=Lock
main.vaultDetail.accessLocation=access location
main.vaultDetail.accessLocation=Access Location
main.vaultDetail.bytesPerSecondRead=read:
main.vaultDetail.bytesPerSecondWritten=written:
main.vaultDetail.throughput.idle=idle