Hi Bryan, Primary information (status and link of service host components) for a service comes by default on summary panel.
Anything more customized and specific to a service needs to be coded in the ambari-web. Following is the pointer on ui code for HDFS summary: HDFS summary template: link<https://github.com/apache/ambari/blob/trunk/ambari-web/app/templates/main/service/services/hdfs.hbs> HDFS summary view: link<https://github.com/apache/ambari/blob/trunk/ambari-web/app/views/main/service/services/hdfs.js> -- Thanks Jaimin ________________________________ From: Bryan Bende <[email protected]> Sent: Monday, August 03, 2015 10:02 AM To: [email protected] Subject: Summary Panel On the Summary Tab for a service, there are panels for Summary and Metrics... the Metrics panel is defined by widgets.json, but what defines the Summary panel? Some services like HDFS have more information in there, and I was wondering what controls that. Thanks, Bryan
