This is an automated email from the ASF dual-hosted git repository.

heneveld pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/brooklyn-ui.git


The following commit(s) were added to refs/heads/master by this push:
     new 49c2f9db rename Kilt Diagram to Progress Map
49c2f9db is described below

commit 49c2f9db886df17b20c11bab8f8c0b55f3f396bb
Author: Alex Heneveld <[email protected]>
AuthorDate: Fri May 19 16:35:17 2023 +0100

    rename Kilt Diagram to Progress Map
    
    (I am hearing reports people don't take the diagram seriously because of 
its name ... maybe they think there is nothing underneath!)
---
 .../app/views/main/inspect/activities/detail/kilt.modal.template.html   | 2 +-
 .../app/views/main/inspect/activities/kilt.modal.template.html          | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/ui-modules/app-inspector/app/views/main/inspect/activities/detail/kilt.modal.template.html
 
b/ui-modules/app-inspector/app/views/main/inspect/activities/detail/kilt.modal.template.html
index 0308c91d..ec5ad31c 100644
--- 
a/ui-modules/app-inspector/app/views/main/inspect/activities/detail/kilt.modal.template.html
+++ 
b/ui-modules/app-inspector/app/views/main/inspect/activities/detail/kilt.modal.template.html
@@ -18,7 +18,7 @@
 -->
 <div class="modal-header">
     <br-svg type="close" class="pull-right" ng-click="$dismiss('Close 
modal')"></br-svg>
-    <h3 class="modal-title">Kilt Diagram</h3>
+    <h3 class="modal-title">Progress Map</h3>
 </div>
 <div class="modal-body">
     <h4 class="text-center" ng-if="!vm.isNonEmpty(vm.model.activitiesDeep)">No 
tasks</h4>
diff --git 
a/ui-modules/app-inspector/app/views/main/inspect/activities/kilt.modal.template.html
 
b/ui-modules/app-inspector/app/views/main/inspect/activities/kilt.modal.template.html
index 032e760c..649fa7fa 100644
--- 
a/ui-modules/app-inspector/app/views/main/inspect/activities/kilt.modal.template.html
+++ 
b/ui-modules/app-inspector/app/views/main/inspect/activities/kilt.modal.template.html
@@ -18,7 +18,7 @@
 -->
 <div class="modal-header">
     <br-svg type="close" class="pull-right" ng-click="$dismiss('Close 
modal')"></br-svg>
-    <h3 class="modal-title">Kilt Diagram</h3>
+    <h3 class="modal-title">Progress Map</h3>
 </div>
 <div class="modal-body">
     <h4 class="text-center" ng-if="!vm.activitiesDeep || 
vm.activitiesDeep.length === 0">No tasks</h4>

Reply via email to