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>
19
19
[(ngModel)] ="settings.threadCount "> </ mdl-textfield >
20
20
</ div >
21
21
</ div >
22
- < div class =" mdl-dialog__actions " >
22
+ < div >
23
23
< mdl-button mdl-button-type ="raised " mdl-colored ="primary " mdl-ripple (click) ="runHarmonize() "> Run Harmonize</ mdl-button >
24
24
</ div >
25
25
</ div >
Original file line number Diff line number Diff line change @@ -251,7 +251,7 @@ <h3>Automatic Hub Update Failed!</h3>
251
251
< div id ="InstallerTab " class ="tab-content " [hidden] ="!tabs.Installer " *ngIf ="currentEnvironment ">
252
252
< div layout ="column " layout-align ="center center ">
253
253
< 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 ">
255
255
< h3 > Installation Needed</ h3 >
256
256
< p > In order to continue you must install the Data Hub Framework into
257
257
MarkLogic server.
Original file line number Diff line number Diff line change 25
25
26
26
.mdl-dialog__content {
27
27
padding : 6px 24px 6px 24px ;
28
+ background-color : white ;
29
+ }
30
+
31
+ .mdl-dialog__actions {
32
+ background-color : white ;
28
33
}
You can’t perform that action at this time.
0 commit comments