pygui: update title to show xml file when one is opened, fixed issue creating nodes/links when not runtime due to refactoring, removed xml_file from coreclient and depend on the grpc GetSession wrapped data, grpc: added opened file information to GetSession call
This commit is contained in:
parent
04f7bc561b
commit
fc44ad6fe8
7 changed files with 48 additions and 47 deletions
|
@ -726,6 +726,7 @@ message Session {
|
|||
repeated configservices.ConfigServiceConfig config_service_configs = 15;
|
||||
map<int32, common.MappedConfig> mobility_configs = 16;
|
||||
map<string, string> metadata = 17;
|
||||
string file = 18;
|
||||
}
|
||||
|
||||
message SessionSummary {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue