You need to add your userid to the config to make yourself a super admin then you will see it. Edit the config with
notepad ++ also add your userid to the others
$config['SpecialUsers']['canviewadminlog'] = '1';
$config['SpecialUsers']['canpruneadminlog'] = '1';
$config['SpecialUsers']['canrunqueries'] = '1';
$config['SpecialUsers']['undeletableusers'] = '1';
$config['SpecialUsers']['superadministrators'] = '1';
Like this if you are putting more than one userid do it like this
$config['SpecialUsers']['canviewadminlog'] = '1,2';
$config['SpecialUsers']['canpruneadminlog'] = '1,2';
$config['SpecialUsers']['canrunqueries'] = '1,2';
$config['SpecialUsers']['undeletableusers'] = '1,2';
$config['SpecialUsers']['superadministrators'] = '1,2';