Skip to content

Commit

Permalink
provide some default pages to start on when switching profiles
Browse files Browse the repository at this point in the history
  • Loading branch information
jstrachan committed Oct 11, 2013
1 parent 93838da commit b5ebb4a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hawtio-web/src/main/webapp/app/perspective/js/metadata.ts
Expand Up @@ -4,6 +4,7 @@ module Perspective {
fabric: {
label: "Fabric",
isValid: (workspace) => Fabric.hasFabric(workspace),
lastPage: "#/fabric/activeProfiles",
topLevelTabs: {
includes: [
{
Expand Down Expand Up @@ -49,6 +50,7 @@ module Perspective {
},
container: {
label: "Container",
lastPage: "#/logs",
topLevelTabs: {
excludes: [
{
Expand Down

0 comments on commit b5ebb4a

Please sign in to comment.