This is an automated email from the ASF dual-hosted git repository. ytykhun pushed a commit to branch DATALAB-2383 in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git
commit 9db91e17f0d973166026cd01a55e1953eb5198ce Author: Yurii Tykhun <[email protected]> AuthorDate: Wed May 12 11:36:01 2021 +0300 [DATALAB-2383] removed Close button for Library installation error --- .../exploratory/install-libraries/install-libraries.component.ts | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/services/self-service/src/main/resources/webapp/src/app/resources/exploratory/install-libraries/install-libraries.component.ts b/services/self-service/src/main/resources/webapp/src/app/resources/exploratory/install-libraries/install-libraries.component.ts index ca3e823..b97f583 100644 --- a/services/self-service/src/main/resources/webapp/src/app/resources/exploratory/install-libraries/install-libraries.component.ts +++ b/services/self-service/src/main/resources/webapp/src/app/resources/exploratory/install-libraries/install-libraries.component.ts @@ -556,12 +556,9 @@ export class InstallLibrariesComponent implements OnInit, OnDestroy { <div class="content lib-error scrolling" > {{ data }} </div> - <div class="text-center"> - <button type="button" class="butt" mat-raised-button (click)="dialogRef.close()">Close</button> - </div> `, styles: [ ` - .lib-error { max-height: 200px; overflow-x: auto; word-break: break-all; padding: 20px 30px !important; margin: 20px 0;} + .lib-error { max-height: 200px; overflow-x: auto; word-break: break-all; padding: 20px 30px !important; margin: 20px 0 !important;} ` ] }) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
