Show active profile for app in BootDash
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*******************************************************************************
|
||||
* Copyright (c) 2020 Pivotal, Inc.
|
||||
* Copyright (c) 2020, 2024 Pivotal, Inc.
|
||||
* All rights reserved. This program and the accompanying materials
|
||||
* are made available under the terms of the Eclipse Public License v1.0
|
||||
* which accompanies this distribution, and is available at
|
||||
@@ -14,6 +14,7 @@ import static org.springframework.ide.eclipse.boot.dash.views.sections.BootDashC
|
||||
import static org.springframework.ide.eclipse.boot.dash.views.sections.BootDashColumn.DEVTOOLS;
|
||||
import static org.springframework.ide.eclipse.boot.dash.views.sections.BootDashColumn.INSTANCES;
|
||||
import static org.springframework.ide.eclipse.boot.dash.views.sections.BootDashColumn.LIVE_PORT;
|
||||
import static org.springframework.ide.eclipse.boot.dash.views.sections.BootDashColumn.ACTIVE_PROFILES;
|
||||
import static org.springframework.ide.eclipse.boot.dash.views.sections.BootDashColumn.NAME;
|
||||
import static org.springframework.ide.eclipse.boot.dash.views.sections.BootDashColumn.PROGRESS;
|
||||
import static org.springframework.ide.eclipse.boot.dash.views.sections.BootDashColumn.RUN_STATE_ICN;
|
||||
@@ -168,6 +169,7 @@ implements RemoteRunTarget<DockerClient, DockerTargetParams>, ProjectDeploymentT
|
||||
NAME,
|
||||
PROGRESS,
|
||||
LIVE_PORT,
|
||||
ACTIVE_PROFILES,
|
||||
DEVTOOLS,
|
||||
INSTANCES,
|
||||
DEFAULT_PATH,
|
||||
|
||||
Reference in New Issue
Block a user