mirror of
				https://github.com/librenms/librenms.git
				synced 2024-10-07 16:52:45 +00:00 
			
		
		
		
	require_once, not include. And shift some HTML to the right
This commit is contained in:
		@@ -1,6 +1,6 @@
 | 
			
		||||
<?php
 | 
			
		||||
 | 
			
		||||
include('includes/application/proxmox.inc.php');
 | 
			
		||||
require_once('includes/application/proxmox.inc.php');
 | 
			
		||||
$graphs['proxmox']    = array(
 | 
			
		||||
    'netif'
 | 
			
		||||
);
 | 
			
		||||
@@ -34,6 +34,8 @@ foreach ($pmxcl as $pmxc) {
 | 
			
		||||
 | 
			
		||||
print_optionbar_end();
 | 
			
		||||
 | 
			
		||||
echo '<div class="container"><div class="row"><div class="col-md-12">';
 | 
			
		||||
 | 
			
		||||
if (!isset($vars['instance'])) {
 | 
			
		||||
    echo 'Select a cluster:';
 | 
			
		||||
    echo '<ul>';
 | 
			
		||||
@@ -53,4 +55,6 @@ else {
 | 
			
		||||
    include("pages/apps/proxmox/vm.inc.php");
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
echo '</div></div></div>';
 | 
			
		||||
 | 
			
		||||
$pagetitle[] = 'Proxmox';
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user