Skip to content
Snippets Groups Projects

WS-191: Header component for capability request status page UI

Merged Nathan Hertz requested to merge WS-191-view-capability-request-ui into main
All threads resolved!
4 files
+ 18
20
Compare changes
  • Side-by-side
  • Inline
Files
4
<div id="request-id-and-status">
<h2 id="request-id" class="left-aligned">Request #7</h2>
<button id="request-status-button" type="button" class="btn btn-success right-aligned">
Running<span class="fas fa-play"></span>
</button>
<h2 id="request-id">Request #7</h2>
<app-running-status-button id="request-status"></app-running-status-button>
</div>
<div id="created-and-updated-timestamps">
<h4 id="created-time" class="left-aligned timestamp">Created 2 hours ago</h4>
<h4 id="last-updated-time" class="right-aligned timestamp">Updated 2 seconds ago</h4>
<h5 id="created-time" class="timestamp">Created 2 hours ago</h5>
<h5 id="last-updated-time" class="timestamp">Updated 2 seconds ago</h5>
</div>
Loading