Skip to content
Snippets Groups Projects
Select Git revision
  • 74f14b2d4a6c7d548310f2625a209741d89c19ec
  • master default protected
  • simple-task/7248-eol-check-add-node-22
  • 6877_check_iml_deployment
4 results

check_haproxy_health

Blame
  • navi_left.php 495 B
    <?php
    
    // icons: https://fontawesome.com/v5/search?o=r&m=free
    
    return [
        ['href'=>'#',          'label'=>'Menu A', 'icon'=>'fas fa-home' ],
        ['href'=>'#',          'label'=>'Menu B', 'icon'=>'fas fa-tv'],
        ['href'=>'#',          'label'=>'Menu C', 'icon'=>'fas fa-truck-pickup',
            'children'=>[
                ['href'=>'#',     'label'=>'FAQ'     , 'icon'=>'fas fa-truck-monster'],
                ['href'=>'#',     'label'=>'Support' , 'icon'=>'fas fa-truck-moving'],
            ]
        ]
    ];