File tree Expand file tree Collapse file tree
assets/styles/scss/components Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5353
5454 .btn {
5555 align-self : center ;
56- margin-top : 21px ;
5756 }
5857 }
5958
Original file line number Diff line number Diff line change 99.grid-block.vertical.shrink.justify-center.text-center.aha-overview (
1010 ng-if = "$root.featureFlags.ahaOverview"
1111)
12- .strong Welcome to your Sandbox! 👋
12+ .grid-content. strong Welcome to your Sandbox! 👋
1313 | It’ll take a few steps to get everything set up. But don’t worry — we’re here to help!
14- button.btn.btn-sm.green (
14+ button.grid-content. btn.btn-sm.green (
1515 ng-click = "\
1616 $root.featureFlags.ahaOverview = false;\
1717 $root.featureFlags.ahaSidebar = false;\
Original file line number Diff line number Diff line change 2121 | Configure
2222
2323a.a.disabled (
24- ng-if = "(dataApp.state.includes('base.config') && CA.instancesByPod && !CA.instancesByPod.models.length) || $root.featureFlags.aha1"
24+ ng-if = "(dataApp.state.includes('base.config') && CA.instancesByPod && !CA.instancesByPod.models.length) || $root.featureFlags.aha1 || $root.featureFlags.aha1ExitedEarly "
2525 tooltip = "You don’t have any running containers yet!"
2626 tooltip-options = "{\" class\" :\" right\" ,\" left\" :75,\" top\" :17}"
2727)
@@ -32,7 +32,7 @@ a.a.disabled(
3232 | Containers
3333
3434a.a (
35- ng-if = "(dataApp.state.includes('base.instances') || !CA.instancesByPod || CA.instancesByPod.models.length) && !$root.featureFlags.aha1"
35+ ng-if = "(dataApp.state.includes('base.instances') || !CA.instancesByPod || CA.instancesByPod.models.length) && !$root.featureFlags.aha1 && !$root.featureFlags.aha1ExitedEarly "
3636 ui-sref = "base.instances({ userName: CA.activeAccount.oauthName() })"
3737 ui-sref-active = "active"
3838)
You can’t perform that action at this time.
0 commit comments