tristanpoland / SkiffUI

Create container images at the click of a button, and manage your network with an easy-to-use, intuitive UI
Apache License 2.0
5 stars 1 forks source link

Add dynamic container names to node instances #50

Open tristanpoland opened 1 year ago

tristanpoland commented 1 year ago

At the moment it is very difficult to tell what node represents each container since the node titles are the image ID and not the container ID or name. We will make this easier by setting the name of the node to the container it represents.

tristanpoland commented 1 year ago

We are still working on this issue. The code needed to achieve this will be added to the GSNodeGraph library once we complete it here. Likely this feature will take the form of a method that can be called with the node ID to change it's individual title