Skip to content

Commit

Permalink
hide features change
Browse files Browse the repository at this point in the history
  • Loading branch information
tianj7 committed Dec 12, 2023
1 parent 3ca1eb7 commit faeb71a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

<div class="app__menu">
<!-- ko foreach: router.pages -->
<!-- ko if: ko.unwrap($data.title) && (ko.unwrap($data.title) == 'Home' || (appConfig.appDataSources && ko.unwrap($data.title) == 'Data Sources') || ko.unwrap($data.title) == 'Search' || ko.unwrap($data.title) == 'Concept Sets' || ko.unwrap($data.title) == 'Cohort Definitions') -->
<!-- ko if: ko.unwrap($data.title) && (ko.unwrap($data.title) == 'Home' || (appConfig.appDataSources && ko.unwrap($data.title) == 'Data Sources') || (appConfig.appSearch && ko.unwrap($data.title) == 'Search') || ko.unwrap($data.title) == 'Concept Sets' || (appConfig.appCohortDefinitions && ko.unwrap($data.title) == 'Cohort Definitions')) -->
<a data-bind="visible: !$data.hidden, attr: {href: navUrl()}, css: $parent.classes({ element: 'menu-item', modifiers: $parent.router.activeRoute().title === $data.title ? 'selected' : '', extra: statusCss() })">
<i data-bind="css: $parent.classes({ element: 'menu-icon', extra: `fa fa-fw fa-${icon}`})" aria-hidden="true"></i>
<span data-bind="text: $data.title, css: $parent.classes('menu-title')"></span>
Expand Down

0 comments on commit faeb71a

Please sign in to comment.