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 cfe64f99 one more usage of kilt diagram, renamed as Progress Map
cfe64f99 is described below

commit cfe64f99439fbf9cd15d49cfd863ff39a117cea0
Author: Alex Heneveld <a...@cloudsoft.io>
AuthorDate: Tue Sep 26 12:34:12 2023 +0100

    one more usage of kilt diagram, renamed as Progress Map
---
 .../app/views/main/inspect/activities/detail/detail.template.html       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/ui-modules/app-inspector/app/views/main/inspect/activities/detail/detail.template.html
 
b/ui-modules/app-inspector/app/views/main/inspect/activities/detail/detail.template.html
index 7ab4a91f..947fc6f3 100644
--- 
a/ui-modules/app-inspector/app/views/main/inspect/activities/detail/detail.template.html
+++ 
b/ui-modules/app-inspector/app/views/main/inspect/activities/detail/detail.template.html
@@ -372,7 +372,7 @@
                             </div>
                             <div ng-class="{ 'col-md-12': true, 'col-lg-4': 
!vm.wideKilt, 'col-lg-12': vm.wideKilt }" 
ng-if="vm.isNonEmpty(vm.model.activitiesDeep)">
                                 <expandable-panel 
expandable-template="vm.modalTemplate" class="panel-table">
-                                    <heading>Kilt Diagram</heading>
+                                    <heading>Progress Map</heading>
                                     <extra-buttons>
                                         <button class="visible-lg-inline-block 
btn btn-link title-toolbar-item" ng-click="vm.setWideKilt(!vm.wideKilt)"
                                                 uib-tooltip="{{ vm.wideKilt ? 
'Side-by-side' : 'Full-width' }}" tooltip-placement="top" 
tooltip-popup-delay="500" tooltip-append-to-body="true">

Reply via email to