Webconsole to access Hive

I am trying to use Web console instead of Hue, but I am unable to see all my tables when I use below command. I can see only a few.
hadoop fs -ls /apps/hive/warehouse/shrutibalapgolapps9583.db

But in the Hive shell I can see all the tables inside the same database.

Am I missing something here. Please clarify.

The above command will show you the warehouse of only your database. if you want to see the entire warehouse, please type below command

hadoop fs -ls /apps/hive/warehouse