Skip to content

Commit

Permalink
#532 link straight to the /fabric/profiles folder as thats the main …
Browse files Browse the repository at this point in the history
…fabric configuration area ;)
  • Loading branch information
jstrachan committed Sep 11, 2013
1 parent 5bb2052 commit 302e28a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hawtio-web/src/main/webapp/app/fabric/js/fabricPlugin.ts
Expand Up @@ -56,7 +56,7 @@ module Fabric {
title: "Manage the configuration of your profiles in Fabric",
isValid: (workspace) => Fabric.hasFabric(workspace),
href: () => {
return "#/wiki/branch/" + Fabric.activeVersion($location) + "/view/";
return "#/wiki/branch/" + Fabric.activeVersion($location) + "/view/fabric/profiles";
},
isActive: (workspace: Workspace) => workspace.isLinkActive("wiki")
});
Expand Down

0 comments on commit 302e28a

Please sign in to comment.