Rename workplaces.html to workspaces.html
This commit is contained in:
parent
1b825e7709
commit
e004360e16
34
templates/workspaces.html.to
Normal file
34
templates/workspaces.html.to
Normal file
@ -0,0 +1,34 @@
|
|||||||
|
{% extends "base.html.to" %}
|
||||||
|
|
||||||
|
{% block content %}
|
||||||
|
|
||||||
|
<main class="usa-section usa-content usa-width-one-whole" id="main-content">
|
||||||
|
|
||||||
|
<h1>Workspaces</h1>
|
||||||
|
|
||||||
|
<table class="usa-table-borderless" width="100%">
|
||||||
|
<thead>
|
||||||
|
<tr>
|
||||||
|
<th scope="col" width="50%">Workplace Name</th>
|
||||||
|
<th scope="col" width="30%">Workplace Info</th>
|
||||||
|
<th scope="col" width="20%">Actions</th>
|
||||||
|
</tr>
|
||||||
|
</thead>
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<th scope="row">
|
||||||
|
<a href="">Unclassified IaaS and PaaS for Defense Digital Service (DDS)</a><br>
|
||||||
|
Task Order: #123456
|
||||||
|
</th>
|
||||||
|
<td>
|
||||||
|
<span class="usa-label">23</span><br>Users
|
||||||
|
</td>
|
||||||
|
<td><button class="usa-button-secondary">Launch</button></td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
|
||||||
|
</main>
|
||||||
|
|
||||||
|
{% end %}
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user