Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

How can i change the summary section under summary tab of the service to display some static text?

avatar
New Member

I am creating a custom service under HDP/2.2 stack. and i want the summary section displayed for the service on ambari to display a static text . something like this

8037-summarytab.jpg

I dont need the links. But something like the text in gray color i want to display only a single key value pair and a message. How can i do this?

1 ACCEPTED SOLUTION

avatar

@Rashi Khanna this functionality is not yet configurable via Ambari service code. That section is coming from the Ambari UI code. The code behind the table on the right (from your screenshot) can be found here:

https://github.com/apache/ambari/blob/a644d11070160c98ce15e227c2d4e065505b8ebf/ambari-web/app/templa...

View solution in original post

2 REPLIES 2

avatar

@Rashi Khanna this functionality is not yet configurable via Ambari service code. That section is coming from the Ambari UI code. The code behind the table on the right (from your screenshot) can be found here:

https://github.com/apache/ambari/blob/a644d11070160c98ce15e227c2d4e065505b8ebf/ambari-web/app/templa...

avatar
New Member

Hi @Rashi Khanna,

Is this functionallity still missing?

if so, can you please suggest a workarond?

Thanks