This is an automated email from the ASF dual-hosted git repository.

ytykhun pushed a commit to branch revert-1155-DATALAB-2383
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git

commit 8cbf100e45b2eebbb8a466a2fb19edef18a8127d
Author: Yurii Tykhun <[email protected]>
AuthorDate: Wed May 12 10:51:08 2021 +0300

    Revert "[DATALAB-2383] removed Close button for Library installation error"
---
 .../exploratory/install-libraries/install-libraries.component.ts     | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

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 8a53f1b..ca3e823 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,9 +556,12 @@ 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 !important;}
+      .lib-error { max-height: 200px; overflow-x: auto; word-break: break-all; 
padding: 20px 30px !important; margin: 20px 0;}
   `
   ]
 })

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to