linode / manager

Akamai's Cloud Manager is an open-source, single-page application designed as the primary frontend interface for interacting with the Linode API. It is entrusted by hundreds of thousands of customers with the management of their Linode services.
https://cloud.linode.com
Apache License 2.0
688 stars 353 forks source link

Linodes List View - Add LinodeID and plan info to view #2042

Closed phuegel closed 6 years ago

phuegel commented 7 years ago
  1. At a glance in Linode list view, display the original linodeID which we use to identify and bill for Linodes. Even if customers change the name of the Linode continue to display the initial LinodeID. This keeps parity with the way we display the Hostname for our NodeBalancers. With NBs, customers are able to rename them but we still show the original hostname without allowing them to edit it.

  2. Also, display a brief summary of the plan details on the same line in the list view.

image

  1. ADD - original LinodeID to Linode > Settings > Display that cannot be edited or renamed. https://cloud.linode.com/linodes/centos-block1/settings

image

phuegel commented 7 years ago

We should display the ID# at minimum in ALL Edit dialog boxes.

image

eatonphil commented 7 years ago

That seems less useful to me than where we currently display ids: on label hover.

Furthermore, the majority of users won't care what the id is. The classic Manager doesn't show ids at all. It's most helpful IMO to developers trying to write scripts and use the Manager as a helper.