Rapi-Blog

 view release on metacpan or  search on metacpan

lib/Rapi/Blog/Module/NavTree.pm  view on Meta::CPAN

      children => [
        {
          text    => 'Hits',
          iconCls => 'icon-world-gos',
          url     => '/adm/main/db/db_hit',
          leaf    => \1 
        },
        {
          text    => 'User Sessions',
          iconCls => 'ra-icon-environment-network',
          url     => '/adm/main/db/rapidapp_coreschema_session',
          leaf    => \1 
        },
        {
          text    => 'Pre Authorization tables',
          iconCls => "icon-key1",
          require_role => 'administrator',
          expanded => \1,
          children => [
            {
              text    => "Pre Authorizations",
              iconCls => "icon-preauth-actions",
              url     => '/adm/main/db/db_preauthaction',
              leaf    => \1
            },
            {
              text    => "Pre-Auth Events",
              iconCls => "icon-preauth-event",
              url     => '/adm/main/db/db_preauthactionevent',
              leaf    => \1
            },
            {
              text    => "Pre-Auth Types",
              iconCls => "icon-preauth-action-types",
              url     => '/adm/main/db/db_preauthactiontype',
              leaf    => \1
            },
            {
              text    => "Pre-Auth Event Types",
              iconCls => "icon-preauth-event-types",
              url     => '/adm/main/db/db_preautheventtype',
              leaf    => \1
            },
          ]
        },
        {
          text    => 'User Saved Views',
          iconCls => 'ra-icon-data-views',
          url     => '/adm/main/db/rapidapp_coreschema_savedstate',
          leaf    => \1  
        },
        
        {
          text    => 'Default Views by Source',
          iconCls => 'ra-icon-data-preferences',
          url     => '/adm/main/db/rapidapp_coreschema_defaultview',
          leaf    => \1 
        },
        {
          text    => 'Roles',
          iconCls => 'ra-icon-user-prefs',
          url     => '/adm/main/db/rapidapp_coreschema_role',
          leaf    => \1 
        },
      ]
    },
     {
      text    => 'User Accounts',
      iconCls => 'icon-users',
      url     => '/adm/main/db/db_user',
      leaf    => \1  
    },
  ];


  return $items;
}




1;



( run in 2.565 seconds using v1.01-cache-2.11-cpan-0bb4e1dffa6 )