<div data-options="dxView : { name: 'home' } ">

  <div data-bind="dxCommand: { id: 'title', title: 'Home', icon: 'fal fa-user-md', onExecute: function() { getNextBookingData(false) } }"></div>
  <div data-bind="dxCommand: { title: layoutViewModel.selectedClinicianTitle, id: 'settings', icon: 'fal fa-user-md', onExecute: clinicPopoverClick }"></div>    

    <div style="height: 100%" class="home-view" data-options="dxContent : { targetPlaceholder: 'content' } " data-bind="dxDeferRendering: { renderWhen: modelIsReady, showLoadIndicator: false, animation: 'fade' }">
        <div data-options="dxViewPlaceholder: { viewName: 'homeShared' }"></div>
    </div>
</div>
