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

check_haproxy_health

Blame
  • navi_top.php.dist 489 B
    <?php
    
    // icons: https://fontawesome.com/v5/search?o=r&m=free
    
    return [
        ['label'=>'='],
        ['href'=>'/index.php', 'label'=>'MyHome' , 'icon'=>'fa-solid fa-home', 'class'=>'bg-gray'],
        ['href'=>'#',          'label'=>'Contact'                                           ],
        ['href'=>'#',          'label'=>'Help',
            'children'=>[
                ['href'=>'#',     'label'=>'FAQ'],
                ['label'=>'-'],
                ['href'=>'#',     'label'=>'Support'],
            ]
        ]
    ];