I guess you have disabled the file edit mode. Open the wp-config.php file and check for the DISALLOW_FILE_MODS constant.
And change the value from:
define('DISALLOW_FILE_MODS', true);
to
And change the value from:
define('DISALLOW_FILE_MODS', false);