CloudWatch Dashboard: Is there a way to create a link to a specific Text widget?

0

I've got a CloudWatch Dashboard with several widgets on it. I'm currently using Text widgets to define "sections" of the dashboard. I would like to create a hyperlink to a specific Text widget. Is that possible?

If I create a Text widget with the following markup:

# Registrations

...it results in the following HTML:

<div class="cwdb-text-container-content">
    <h1 id="registrations">Registrations</h1>
</div>

Ordinarily I would expect to be able to append #registrations to the end of the URL and the browser would scroll me to the corresponding HTML element with that id. Unfortunately, I see that the URL for my specific dashboard already has a #-fragment in the URL (presumably used by the client-side JavaScript app). I've tried adding #registrations to different part of the URL (along with appending ;id=registrations) and nothing seems to work.

Got any suggestions?

질문됨 2년 전131회 조회
답변 없음

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠