diff options
-rw-r--r-- | packages/carp_status.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/carp_status.php b/packages/carp_status.php index 49cb8682..c85cee9e 100644 --- a/packages/carp_status.php +++ b/packages/carp_status.php @@ -94,7 +94,9 @@ if($config['installedpackages']['carp']['config'] <> "") } ?> - +<tr><td> +<center>Nodes syncing: <?php system("/sbin/pfctl -vvss |/usr/bin/grep creator |/usr/bin/nawk '{print $4;}' |/usr/bin/sort -u"); ?></center> +</td></tr> </table> </td></tr> </table> |