{{define "asset_profile"}} {{template "asset_tabs" .}} {{if .AssetProfileEditor}}

{{icon "profile"}}业务配置

返回业务配置列表

{{icon "device"}}视频通道

{{len .AssetProfileEditor.Instances}} 路
{{range $i, $inst := .AssetProfileEditor.Instances}} {{end}}
通道 通道显示名 RTSP 输入 HLS 输出 RTSP 输出
{{$inst.Name}} {{if $inst.Delete}}待删除{{else}}{{if $inst.DisplayName}}{{$inst.DisplayName}}{{else}}-{{end}}{{end}} {{if $inst.Delete}}-{{else}}{{$inst.RTSPURL}}{{end}} {{if $inst.Delete}}-{{else}}{{$inst.PublishHLSPath}}{{end}} {{if $inst.Delete}}-{{else}}{{if $inst.PublishRTSPPort}}{{$inst.PublishRTSPPort}}{{end}}{{if $inst.PublishRTSPPath}} {{$inst.PublishRTSPPath}}{{end}}{{end}}
编辑 {{if $inst.Delete}} {{else}} {{end}}
{{range $i, $inst := .AssetProfileEditor.Instances}}
{{icon "device"}}{{$inst.Name}}
{{end}}
{{icon "tech"}}原始 JSON
{{json .AssetProfileEditor.Raw}}
{{end}} {{if .Error}}
{{.Error}}
{{end}} {{template "asset_tabs_end" .}} {{end}}