* * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; version 2 dated June, * 1991. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * See http://www.gnu.org/licenses/gpl.txt for the full license */ include('includes/application/proxmox.inc.php'); $graphs['proxmox'] = array( 'netif' ); print_optionbar_start(); echo "Proxmox » "; unset($sep); foreach ($pmxcl as $pmxc) { if (isset($sep)) { echo $sep; }; if (var_eq('cluster', $pmxc['app_instance'])) { echo " '; } $sep = ' | '; } print_optionbar_end(); if (!var_isset('cluster')) { echo 'Select a cluster:'; echo '