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/11/27 14:33:59 UTC

[incubator-dlab] branch DLAB-846 created (now 2124bae)

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

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


      at 2124bae  updated active statuses list

This branch includes the following new commits:

     new 2124bae  updated active statuses list

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: updated active statuses list

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

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

commit 2124baea5a851497d3a5fc309c25dfee8d5eaffa
Author: Andriana Kovalyshyn <An...@epam.com>
AuthorDate: Wed Nov 27 16:33:46 2019 +0200

    updated active statuses list
---
 .../src/main/resources/webapp/src/app/core/util/sortUtils.ts            | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/services/self-service/src/main/resources/webapp/src/app/core/util/sortUtils.ts b/services/self-service/src/main/resources/webapp/src/app/core/util/sortUtils.ts
index 1c7fb03..3d8d04f 100644
--- a/services/self-service/src/main/resources/webapp/src/app/core/util/sortUtils.ts
+++ b/services/self-service/src/main/resources/webapp/src/app/core/util/sortUtils.ts
@@ -25,7 +25,7 @@ export class SortUtils {
   }
 
   public static activeStatuses(): String[] {
-    return ['running', 'stopping', 'stopped', 'creating', 'configuring', 'starting', 'creating_image'];
+    return ['running', 'stopping', 'stopped', 'creating', 'configuring', 'starting', 'creating image'];
   }
 
   public static shapesSort(shapesJson) {


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