AMBARI-18665. 'go to instance' link does not work in admin view for Workflow manager view instances. (Anita Gnanamalar Jebaraj via dipayanb)
Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/d93b723a Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/d93b723a Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/d93b723a Branch: refs/heads/branch-feature-AMBARI-18634 Commit: d93b723ae65d5f6dedf41672a4301fe1a823cde0 Parents: d1b0bb9 Author: Dipayan Bhowmick <[email protected]> Authored: Fri Oct 28 00:39:55 2016 +0530 Committer: Dipayan Bhowmick <[email protected]> Committed: Fri Oct 28 00:39:55 2016 +0530 ---------------------------------------------------------------------- contrib/views/wfmanager/src/main/resources/view.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/d93b723a/contrib/views/wfmanager/src/main/resources/view.xml ---------------------------------------------------------------------- diff --git a/contrib/views/wfmanager/src/main/resources/view.xml b/contrib/views/wfmanager/src/main/resources/view.xml index ec3d5f5..bfa1253 100644 --- a/contrib/views/wfmanager/src/main/resources/view.xml +++ b/contrib/views/wfmanager/src/main/resources/view.xml @@ -15,7 +15,7 @@ limitations under the License. --> <view> - <name>Workflow Manager</name> + <name>WORKFLOW_MANAGER</name> <label>Workflow Manager</label> <version>1.0.0</version> <build>${env.BUILD_NUMBER}</build>
