Add SSL tab to stream UI

This commit is contained in:
jbowring
2024-03-24 19:01:24 +00:00
parent b8b80d3e80
commit 0cf7ed9d82
4 changed files with 336 additions and 52 deletions

View File

@ -15,8 +15,11 @@ const model = Backbone.Model.extend({
udp_forwarding: false,
enabled: true,
meta: {},
certificate_id: 0,
domain_names: [],
// The following are expansions:
owner: null
owner: null,
certificate: null
};
}
});