Github user ahgittin commented on a diff in the pull request:
https://github.com/apache/incubator-brooklyn/pull/156#discussion_r17313498
--- Diff: usage/jsgui/src/main/webapp/assets/tpl/apps/summary.html ---
@@ -76,27 +76,20 @@
</div>
</div>
- <!-- TODO - include much more info in summary (following values not
readily available)
- parent, app (above?)
- children, members (above? new section here ?)
- active tasks (new section here)
- locations / map (new section here ?)
- -->
-<!-- TODO
- <div class="info-name-value location">
- <div class="name">Location</div>
- <div class="value"><i>Loading...</i></div>
- </div>
--->
-
- <div class="toggler-region json" style="margin-top: 18px;">
+ <div id="entity-spec-yaml-toggler" class="toggler-region region-config
hide" style="margin-top: 18px;">
<div class="toggler-header user-hidden">
<div class="toggler-icon icon-chevron-left"></div>
- <div><b>JSON</b></div>
+ <div><b>Blueprint YAML</b></div>
--- End diff --
+1
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---