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:34:00 UTC

[incubator-dlab] 01/01: updated active statuses list

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