Splunk/Splunk Dashboard and Visualization

[ Splunk Dashboard : 튜닝 ] 다른 대시보드로 가는 버튼 생성하기

안세현 2024. 3. 29. 13:51
728x90
반응형

 

 

<row>
    <html>
      <a href="URL">
          <button role="link" class="btn btn-primary">버튼 이름</button>
      </a>
    </html>
    <html>
      <a href="URL">
          <button role="link" class="btn btn-primary">버튼 이름</button>
      </a>

    <html>     
</row>

 

728x90
반응형