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 b6d9e5dc field type syntax fix
b6d9e5dc is described below

commit b6d9e5dc96602a2b4b483db65469545e803a89d3
Author: John Athanasiou <[email protected]>
AuthorDate: Thu Jan 19 10:01:08 2023 +0000

    field type syntax fix
---
 ui-modules/utils/quick-launch/quick-launch.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ui-modules/utils/quick-launch/quick-launch.html 
b/ui-modules/utils/quick-launch/quick-launch.html
index d0ae5e78..ffa14b46 100644
--- a/ui-modules/utils/quick-launch/quick-launch.html
+++ b/ui-modules/utils/quick-launch/quick-launch.html
@@ -67,7 +67,7 @@
         <section class="quick-launch-section quick-launch-configuration">
             <h3 class="quick-launch-section-title">Configuration</h3>
             <div class="quick-launch-section-content">
-                <div ng-repeat="(key,value) in 
entityToDeploy['brooklyn.config'] track by key" ng-switch="configMap[key].json 
? 'json' : type">
+                <div ng-repeat="(key,value) in 
entityToDeploy['brooklyn.config'] track by key" ng-switch="configMap[key].json 
? 'json' : configMap[key].type">
                     <div class="checkbox" ng-class="{'has-error': 
deploy[key].$invalid && deploy[key].$touched}" 
ng-switch-when="java.lang.Boolean">
                         <label>
                             <input type="checkbox" 
ng-model="entityToDeploy['brooklyn.config'][key]" ng-disabled="deploying" 
auto-focus="focus === key" />

Reply via email to