{{#app-view class="node show"}} {{#block-slot 'notification' as |status type|}} {{!TODO: Move sessions to its own folder within nodes }} {{partial 'dc/nodes/notifications'}} {{/block-slot}} {{#block-slot 'breadcrumbs'}}
{{/block-slot}} {{#block-slot 'header'}}Copied IP Address!
{{/block-slot}} {{#block-slot 'error' as |transition|}}Sorry, something went wrong!
{{/block-slot}} {{/feedback-dialog}} {{/block-slot}} {{#block-slot 'content'}} {{#each (compact (array (hash id=(slugify 'Health Checks') partial='dc/nodes/healthchecks') (hash id=(slugify 'Services') partial='dc/nodes/services') (if tomography.distances (hash id=(slugify 'Round Trip Time') partial='dc/nodes/rtt') '') (hash id=(slugify 'Lock Sessions') partial='dc/nodes/sessions') (hash id=(slugify 'Meta Data') partial='dc/nodes/metadata') ) ) as |panel| }} {{#tab-section id=panel.id selected=(eq (if selectedTab selectedTab '') panel.id) onchange=(action "change")}} {{partial panel.partial}} {{/tab-section}} {{/each}} {{/block-slot}} {{/app-view}}