initial changes to add config services to coretk gui

This commit is contained in:
Blake Harnden 2020-01-20 12:17:11 -08:00
parent 0e6d1535db
commit 9447ddb94f
5 changed files with 681 additions and 0 deletions

View file

@ -953,6 +953,7 @@ message Node {
string opaque = 9;
string image = 10;
string server = 11;
repeated string config_services = 12;
}
message Link {