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

check_ceph_status

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'],
            ]
        ]
    ];