hisptz/integration-app

View on GitHub
src/app/pages/integration/pages/integration-message/integration-message.component.html

Summary

Maintainability
Test Coverage
<div class="row">
  <div class="col-12">
    <table class="table table-bordered">
      <thead>
        <tr>
          <th>No Messages at the moment</th>
        </tr>
      </thead>
    </table>
  </div>
</div>