This is an automated email from the ASF dual-hosted git repository.
dgnatyshyn pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git
The following commit(s) were added to refs/heads/develop by this push:
new 705b58c [DLAB-1984]: Added 'invalid name' status if installed lib
name is wrong (#849)
705b58c is described below
commit 705b58c7a0ed7cc2f1f098b11ce87c0dd6399e6e
Author: Dmytro Gnatyshyn <[email protected]>
AuthorDate: Fri Aug 7 15:50:16 2020 +0300
[DLAB-1984]: Added 'invalid name' status if installed lib name is wrong
(#849)
---
services/self-service/src/main/resources/webapp/src/styles.scss | 1 +
1 file changed, 1 insertion(+)
diff --git a/services/self-service/src/main/resources/webapp/src/styles.scss
b/services/self-service/src/main/resources/webapp/src/styles.scss
index a31908e..31f512e 100644
--- a/services/self-service/src/main/resources/webapp/src/styles.scss
+++ b/services/self-service/src/main/resources/webapp/src/styles.scss
@@ -142,6 +142,7 @@ mat-chip.mat-chip strong {
.deleting,
.deleted,
.invalid_version,
+.invalid_name,
.installation_error{
color: #f1696e;
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]