File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ <h3>Run Flow</h3>
1919 [(ngModel)] ="settings.threadCount "> </ mdl-textfield >
2020 </ div >
2121 </ div >
22- < div class =" mdl-dialog__actions " >
22+ < div >
2323 < mdl-button mdl-button-type ="raised " mdl-colored ="primary " mdl-ripple (click) ="runHarmonize() "> Run Harmonize</ mdl-button >
2424 </ div >
2525 </ div >
Original file line number Diff line number Diff line change @@ -251,7 +251,7 @@ <h3>Automatic Hub Update Failed!</h3>
251251 < div id ="InstallerTab " class ="tab-content " [hidden] ="!tabs.Installer " *ngIf ="currentEnvironment ">
252252 < div layout ="column " layout-align ="center center ">
253253 < div [hidden] ="uninstalling || installing || currentEnvironment.installInfo.installed " layout ="column " layout-align ="center center ">
254- < div *ngIf ="!currentEnvironment.installInfo.partiallyInstalled ">
254+ < div style =" width: 100% " *ngIf ="!currentEnvironment.installInfo.partiallyInstalled ">
255255 < h3 > Installation Needed</ h3 >
256256 < p > In order to continue you must install the Data Hub Framework into
257257 MarkLogic server.
Original file line number Diff line number Diff line change 2525
2626.mdl-dialog__content {
2727 padding : 6px 24px 6px 24px ;
28+ background-color : white ;
29+ }
30+
31+ .mdl-dialog__actions {
32+ background-color : white ;
2833}
You can’t perform that action at this time.
0 commit comments