Ver Fonte

[UI] Fix "No IPset lists defined" even when lists are defined (#3812)

Kristan Kenney há 2 anos atrás
pai
commit
f39ab245be
1 ficheiros alterados com 5 adições e 2 exclusões
  1. 5 2
      web/templates/pages/list_firewall_ipset.php

+ 5 - 2
web/templates/pages/list_firewall_ipset.php

@@ -43,8 +43,11 @@
 		</div>
 		</div>
 
 
 		<!-- Begin firewall IP address list item loop -->
 		<!-- Begin firewall IP address list item loop -->
-		<?php foreach ($data as $key => $value) {
-		$listname = $key; ?>
+		<?php
+			foreach ($data as $key => $value) {
+				++$i;
+				$listname = $key;
+			?>
 			<div class="units-table-row animate__animated animate__fadeIn js-unit">
 			<div class="units-table-row animate__animated animate__fadeIn js-unit">
 				<div class="units-table-cell">
 				<div class="units-table-cell">
 					<div>
 					<div>