netgroup-polito / frog4-gui

Graphical User Interface for the FROG4 orchestration framework
3 stars 0 forks source link

Edit graph ID #7

Closed frisso closed 8 years ago

frisso commented 8 years ago

Each forwarding graph includes a graph ID, a name and a description.

1) Show the "name (id: xxx)" on the right side of the screen (currently it shows only "id"), unless the name is void; in this case show only ID.

2) When clicking on that link, open a window that allow to customize both ID, name, and description with three strings.

cuttica commented 8 years ago

Do we use the name of the JSON file or we assume that will be a field named "name" instead?

frisso commented 8 years ago

In the nffg 'root' there are three attributes: ID, name, and description. I would suggest to use those ones.