Skip to content

Commit

Permalink
fix: allow json download after migration has started (#655)
Browse files Browse the repository at this point in the history
  • Loading branch information
asthamohta authored Oct 6, 2023
1 parent 6a4c72c commit f9bf997
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ui/dist/ui/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
<style>.mat-typography{font:400 14px/20px Roboto,Helvetica Neue,sans-serif;letter-spacing:normal}html,body{height:100%;box-sizing:border-box}body{margin:0;font-family:Roboto,Helvetica Neue,sans-serif}</style><link rel="stylesheet" href="styles.77cd407a0323ef69.css" media="print" onload="this.media='all'"><noscript><link rel="stylesheet" href="styles.77cd407a0323ef69.css"></noscript></head>
<body class="mat-typography">
<app-root></app-root>
<script src="runtime.7cb62255c16cf7ce.js" type="module"></script><script src="polyfills.b6adefa6020709e6.js" type="module"></script><script src="main.8f8e3c3550aadc3b.js" type="module"></script>
<script src="runtime.7cb62255c16cf7ce.js" type="module"></script><script src="polyfills.b6adefa6020709e6.js" type="module"></script><script src="main.28afd99c592f206d.js" type="module"></script>

</body></html>

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ <h3>Source database details:</h3>
</mat-icon>
</span>
<span><button mat-button class="configure" (click)="downloadConfiguration()"
[disabled]="isMigrationInProgress || !isTargetDetailSet || !isTargetConnectionProfileSet">
[disabled]="!isTargetDetailSet || !isTargetConnectionProfileSet">
Download
<mat-icon matTooltip="Download configured shards as JSON" matTooltipPosition="above">
download</mat-icon>
Expand Down

0 comments on commit f9bf997

Please sign in to comment.