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 <[email protected]> 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: [email protected] For additional commands, e-mail: [email protected]
