You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dlab.apache.org by dg...@apache.org on 2020/08/07 09:39:53 UTC

[incubator-dlab] branch DLAB-1982 created (now 61dfb9b)

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

dgnatyshyn pushed a change to branch DLAB-1982
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git.


      at 61dfb9b  [DLAB-1984]:  Added 'invalid name' status if installed lib name is wrong

This branch includes the following new commits:

     new 61dfb9b  [DLAB-1984]:  Added 'invalid name' status if installed lib name is wrong

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@dlab.apache.org
For additional commands, e-mail: commits-help@dlab.apache.org


[incubator-dlab] 01/01: [DLAB-1984]: Added 'invalid name' status if installed lib name is wrong

Posted by dg...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

dgnatyshyn pushed a commit to branch DLAB-1982
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git

commit 61dfb9b925d3c3f4841e2a5b0bc9458a86b5d985
Author: Dmytro_Gnatyshyn <di...@ukr.net>
AuthorDate: Fri Aug 7 12:38:54 2020 +0300

    [DLAB-1984]:  Added 'invalid name' status if installed lib name is wrong
---
 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: commits-unsubscribe@dlab.apache.org
For additional commands, e-mail: commits-help@dlab.apache.org