Setting the correct name for the example service
Change-Id: I75a6f9588c716c6c6afec60196e2170e1fcc55c2
diff --git a/xos/exampleservice.xproto b/xos/exampleservice.xproto
index 9b4ea5e..79ded4f 100644
--- a/xos/exampleservice.xproto
+++ b/xos/exampleservice.xproto
@@ -1,14 +1,13 @@
-option name = "exampleservice";
option app_label = "exampleservice";
-option verbose_name = "Example Service";
+option name = "exampleservice";
message ExampleService (Service){
+ option verbose_name = "Example Service";
required string service_message = 1 [help_text = "Service Message to Display", max_length = 254, null = False, db_index = False, blank = False];
}
message ExampleServiceInstance (TenantWithContainer){
- option name = "exampleserviceinstance";
option verbose_name = "Example Service Instance";
required string tenant_message = 1 [help_text = "Tenant Message to Display", max_length = 254, null = False, db_index = False, blank = False];
}