|
@@ -2,6 +2,7 @@
|
|
|
<?import javafx.scene.control.Button?>
|
|
|
<?import javafx.scene.layout.VBox?>
|
|
|
<?import org.cryptomator.ui.controls.FontAwesome5IconView?>
|
|
|
+<?import javafx.scene.control.Label?>
|
|
|
<VBox xmlns="http://javafx.com/javafx"
|
|
|
xmlns:fx="http://javafx.com/fxml"
|
|
|
fx:controller="org.cryptomator.ui.mainwindow.VaultDetailNeedsMigrationController"
|
|
@@ -11,7 +12,9 @@
|
|
|
<Insets topRightBottomLeft="24"/>
|
|
|
</padding>
|
|
|
<children>
|
|
|
- <Button styleClass="button-large" text="TODO Upgrade Vault" minWidth="120" onAction="#showVaultMigrator">
|
|
|
+ <!-- TODO -->
|
|
|
+ <Label text="Migration disabled during Alpha"/>
|
|
|
+ <Button styleClass="button-large" text="TODO Upgrade Vault" minWidth="120" onAction="#showVaultMigrator" disable="true">
|
|
|
<graphic>
|
|
|
<FontAwesome5IconView glyph="FILE_IMPORT" glyphSize="15"/>
|
|
|
</graphic>
|