From 40ecd6efc7af8e5fd314c4cef5b294d74bae5196 Mon Sep 17 00:00:00 2001 From: woodjes Date: Tue, 27 Feb 2024 14:44:33 +0000 Subject: [PATCH] Default when no value provided on link cell to '-' for clickable link #CTCTOWALTZ-3004 #6908 --- .../common/components/entity-link/entity-icon-label.html | 5 ++++- waltz-ng/client/common/services/enums/entity.js | 2 +- waltz-ng/client/common/svelte/EntityLabel.svelte | 3 ++- .../source-and-target-panel/source-and-target-panel.html | 9 ++++++++- .../physical-flow/physical-flow-table-utilities.js | 4 ++-- waltz-ng/client/physical-flows/physical-flow-view.html | 2 +- 6 files changed, 18 insertions(+), 7 deletions(-) diff --git a/waltz-ng/client/common/components/entity-link/entity-icon-label.html b/waltz-ng/client/common/components/entity-link/entity-icon-label.html index 9afb91a758..a21b597cfb 100644 --- a/waltz-ng/client/common/components/entity-link/entity-icon-label.html +++ b/waltz-ng/client/common/components/entity-link/entity-icon-label.html @@ -12,11 +12,14 @@ + + + - {/if} - + {name} diff --git a/waltz-ng/client/logical-flow/components/source-and-target-panel/source-and-target-panel.html b/waltz-ng/client/logical-flow/components/source-and-target-panel/source-and-target-panel.html index 10aab8c4cb..dabc77e73e 100644 --- a/waltz-ng/client/logical-flow/components/source-and-target-panel/source-and-target-panel.html +++ b/waltz-ng/client/logical-flow/components/source-and-target-panel/source-and-target-panel.html @@ -201,6 +201,7 @@

Name + Specification Format Transport Frequency @@ -210,7 +211,8 @@

- + + -   uib-tooltip="Changes planned for this physical flow"> + + + + + + icon="{{ctrl.physicalFlow.kind | toIconName:'entity'}}">
  1. Home