daemon: fixed sdt icons due to legacy gui removal, updated node.type to node.model to avoid variables with the same names with different meanings

This commit is contained in:
Blake Harnden 2022-04-05 13:39:57 -07:00
parent ea751727b4
commit 5ee561b210
15 changed files with 73 additions and 93 deletions

View file

@ -37,7 +37,7 @@ message ServiceAction {
}
message ServiceDefaults {
string node_type = 1;
string model = 1;
repeated string services = 2;
}