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/29 11:33:21 UTC

[incubator-dlab] 01/02: [DLAB-1294]: list statuses check on active filtering extended

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

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

commit 69bac8d48d987ddcd9128cceabda584574f78d65
Author: Andriana Kovalyshyn <An...@epam.com>
AuthorDate: Fri Nov 29 13:30:04 2019 +0200

    [DLAB-1294]: list statuses check on active filtering extended
---
 .../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 3d8d04f..fe003f7 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', 'reconfiguring', '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