mirror of
https://github.com/portainer/portainer.git
synced 2025-07-29 10:19:41 +02:00
* feat(app): add a preview for business edition features * feat(app): open links in new tab + show storage quota section + grey out unavailable providers
26 lines
721 B
HTML
26 lines
721 B
HTML
<div class="datatable">
|
|
<div class="searchBar">
|
|
<i class="fa fa-search searchIcon" aria-hidden="true"></i>
|
|
<input type="text" class="searchInput" placeholder="Search..." ng-model-options="{ debounce: 300 }" />
|
|
</div>
|
|
<div class="table-responsive">
|
|
<table class="table table-hover nowrap-cells">
|
|
<thead>
|
|
<tr>
|
|
<th>
|
|
Endpoint
|
|
</th>
|
|
<th>
|
|
Role
|
|
</th>
|
|
<th>Access origin</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr ng-if="!$ctrl.dataset">
|
|
<td colspan="3" class="text-center text-muted">Select a user to show associated access and role</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</div>
|