[SEBA-165] hide backend and policy_status for services which doesn't have those

Change-Id: I59474644b9205f3391ff489dd9abff648d1f101a
diff --git a/xos/synchronizer/models/onos.xproto b/xos/synchronizer/models/onos.xproto
index ae479ab..d0ebb1c 100644
--- a/xos/synchronizer/models/onos.xproto
+++ b/xos/synchronizer/models/onos.xproto
@@ -6,6 +6,7 @@
     option verbose_name="ONOS Application";
     option owner_class_name="ONOSService";
     option description = "An individual application within the ONOS Service";
+    option sync_implemented = "True";
 
     required string app_id = 1 [
         help_text="Application identifier",
@@ -28,6 +29,7 @@
 message ONOSService (Service){
     option verbose_name="ONOS Service";
     option description = "Manages ONOS Applications contained within the ONOS Service";
+    option sync_implemented = "True";
 
     required string rest_hostname = 1 [
         help_text = "Hostname of ONOS Service REST endpoint",