1
0
Fork 0
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:
William 2020-02-13 08:41:41 +13:00 committed by GitHub
parent 0330b16776
commit eff1b79a4a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 4 deletions

View file

@ -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>