mirror of https://github.com/portainer/portainer
30 lines
1.0 KiB
HTML
30 lines
1.0 KiB
HTML
<rd-header>
|
|
<rd-header-title title-text="Container list">
|
|
<a data-toggle="tooltip" title="Refresh" ui-sref="docker.containers" ui-sref-opts="{reload: true}">
|
|
<i class="fa fa-sync" aria-hidden="true"></i>
|
|
</a>
|
|
</rd-header-title>
|
|
<rd-header-content>Containers</rd-header-content>
|
|
</rd-header>
|
|
|
|
<div class="row">
|
|
<div class="col-sm-12" ng-if="containers">
|
|
<containers-datatable
|
|
title-text="Containers" title-icon="fa-server"
|
|
dataset="containers" table-key="containers"
|
|
order-by="Status" show-text-filter="true"
|
|
show-ownership-column="applicationState.application.authentication"
|
|
show-host-column="applicationState.endpoint.mode.agentProxy"
|
|
public-url="state.publicURL"
|
|
container-name-truncate-size="truncate_size"
|
|
start-action="startAction"
|
|
stop-action="stopAction"
|
|
restart-action="restartAction"
|
|
kill-action="killAction"
|
|
pause-action="pauseAction"
|
|
resume-action="resumeAction"
|
|
remove-action="confirmRemoveAction"
|
|
></containers-datatable>
|
|
</div>
|
|
</div>
|