core: remove stub data from user settings
This commit is contained in:
parent
333ee3eed4
commit
83013f063d
|
@ -25,33 +25,4 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="pf-l-split__item">
|
|
||||||
<div class="pf-c-card">
|
|
||||||
<div class="pf-c-card__header pf-c-title pf-m-md">
|
|
||||||
<h1>{% trans 'Sessions' %}</h1>
|
|
||||||
</div>
|
|
||||||
<div class="pf-c-card__body">
|
|
||||||
<table class="pf-c-table pf-m-grid-md" role="grid" aria-label="This is a simple table example" id="table-basic">
|
|
||||||
<thead>
|
|
||||||
<tr role="row">
|
|
||||||
<th role="columnheader" scope="col">Repositories</th>
|
|
||||||
<th role="columnheader" scope="col">Branches</th>
|
|
||||||
<th role="columnheader" scope="col">Pull requests</th>
|
|
||||||
<th role="columnheader" scope="col">Workspaces</th>
|
|
||||||
<th role="columnheader" scope="col">Last commit</th>
|
|
||||||
</tr>
|
|
||||||
</thead>
|
|
||||||
<tbody role="rowgroup">
|
|
||||||
<tr role="row">
|
|
||||||
<td role="cell" data-label="Repository name">Repository 1</td>
|
|
||||||
<td role="cell" data-label="Branches">10</td>
|
|
||||||
<td role="cell" data-label="Pull requests">25</td>
|
|
||||||
<td role="cell" data-label="Workspaces">5</td>
|
|
||||||
<td role="cell" data-label="Last commit">2 days ago</td>
|
|
||||||
</tr>
|
|
||||||
</tbody>
|
|
||||||
</table>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
Reference in New Issue