Great addition! But I do see an issue:
On the packages page, the user now sees their dedicated server under the package details, with a list of application, database, and email servers attached to the account, along with a link to "manage server" that redirects to the new server information page. However, the information about bandwidth usage is now gone. Even under the package details card on the website page it’s not available anymore, which is problematic. Also, there is no point showing "backup" in that list when the user doesn't have a dedicated backup server attached, as it appears empty.
In addition, as an admin when setting up a dedicated package, we still have "Disk space allowance" - which serves no purpose in dedicated plans now that we expose the server specs and actual usage directly to the user.
From my prespective, the option to show server information (os, architecture, cpu model) to the customer should be an option we can toggle at the package level.
BTW - there are redundant API calls to /api/servers/<SERVER-UUID>/memory-usage when loading the subscription-servers page in the panel (4 calls to the same endpoint).