-
+
+ -
uib-tooltip="Changes planned for this physical flow">
|
+
+
+
+
+ |
{
+ vm.$onChanges = () => {
vm.columnDefs = _.isEmpty(vm.optionalColumnDefs)
? defaultColumnDefs
: vm.optionalColumnDefs;
- vm.tableData = fetchData(vm.parentEntityRef, $q, serviceBroker)
+ fetchData(vm.parentEntityRef, $q, serviceBroker)
.then(data => vm.tableData = data);
vm.selectorOptions = mkSelectionOptions(
diff --git a/waltz-ng/client/physical-flows/components/physical-flow-and-specification-detail/physical-flow-and-specification-detail.html b/waltz-ng/client/physical-flows/components/physical-flow-and-specification-detail/physical-flow-and-specification-detail.html
index 2bf49a0938..3fe35a4b50 100644
--- a/waltz-ng/client/physical-flows/components/physical-flow-and-specification-detail/physical-flow-and-specification-detail.html
+++ b/waltz-ng/client/physical-flows/components/physical-flow-and-specification-detail/physical-flow-and-specification-detail.html
@@ -17,59 +17,30 @@
-->
-
-
-
-
-
-
-
-
-
-
- Specification Name:
- |
-
-
-
- |
-
-
-
- Specification Description:
- |
-
-
- |
-
-
-
- Format:
- |
-
-
- |
-
-
-
-
-
-
-
-
+ |