mirror of
https://github.com/portainer/portainer.git
synced 2025-07-24 15:59:41 +02:00
fix(networks): patch datatable (#3557)
This commit is contained in:
parent
0330b16776
commit
eff1b79a4a
2 changed files with 5 additions and 4 deletions
|
@ -61,8 +61,8 @@
|
|||
<table class="table table-hover nowrap-cells">
|
||||
<thead>
|
||||
<tr>
|
||||
<th style="width:55px;" authorization="DockerNetworkDelete, DockerNetworkCreate">
|
||||
<span class="md-checkbox" ng-if="!$ctrl.offlineMode">
|
||||
<th style="width:55px;">
|
||||
<span class="md-checkbox" ng-if="!$ctrl.offlineMode" authorization="DockerNetworkDelete, DockerNetworkCreate">
|
||||
<input id="select_all" type="checkbox" ng-model="$ctrl.state.selectAll" ng-change="$ctrl.selectAll()" />
|
||||
<label for="select_all"></label>
|
||||
</span>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue