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

Splunk/Splunk Dashboard and Visualization

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

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
반응형