more fields in CordSubscriber
diff --git a/xos/core/xoslib/static/js/xoslib/xos-backbone.js b/xos/core/xoslib/static/js/xoslib/xos-backbone.js
index 2e9daf1..f22a2e2 100644
--- a/xos/core/xoslib/static/js/xoslib/xos-backbone.js
+++ b/xos/core/xoslib/static/js/xoslib/xos-backbone.js
@@ -730,8 +730,10 @@
define_model(this, {urlRoot: CORDSUBSCRIBER_API,
modelName: "cordSubscriber",
listFields: ["id"],
- detailFields: ["id", "service_specific_id", "vcpe_id", "firewall_enable"],
- inputType: {"firewall_enable": "checkbox"},
+ detailFields: ["id", "service_specific_id", "vcpe_id", "image_name", "sliver_name", "firewall_enable", "firewall_rules", "url_filter_enable", "url_filter_rules", "cdn_enable"],
+ inputType: {"firewall_enable": "checkbox",
+ "url_filter_enable": "checkbox",
+ "cdn_enable": "checkbox"},
});
/* by default, have slicePlus only fetch the slices the user can see */