Make Table Partition information available when viewing the detail of that table

Please include a tab in the View Details module. Currently we can see if a table if partitioned, but can't see any details about the partitions. If we need to know more we need to run sql to gather info about the parition names, number of rows in the partitons, etc.

As a work-around, you can view the creation DDL script in the Script tab, which contains the partition syntax/properties