You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dlab.apache.org by an...@apache.org on 2019/10/01 10:08:50 UTC

[incubator-dlab] 07/08: [DLAB-1169]: added new endpoint statuses

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

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

commit db8bf5b8af000732b168479f877b2bfdedb41259
Author: Andriana Kovalyshyn <An...@epam.com>
AuthorDate: Tue Oct 1 13:07:07 2019 +0300

    [DLAB-1169]: added new endpoint statuses
---
 services/self-service/src/main/resources/webapp/src/styles.scss | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

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 98697ec..9cc4a59 100644
--- a/services/self-service/src/main/resources/webapp/src/styles.scss
+++ b/services/self-service/src/main/resources/webapp/src/styles.scss
@@ -106,19 +106,23 @@ mat-chip.mat-chip strong {
 .starting,
 .installed,
 .active,
-.activating {
+.activating,
+.connected {
   color: #49af38;
 }
 
 .stopped,
 .stopping,
 .deactivating,
-.not_active {
+.not_active,
+.disconnecting,
+.disconnected {
   color: #f7b500;
 }
 
 .creating,
 .configuring,
+.connecting,
 .reconfiguring,
 .installing,
 .reuploading,


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