Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
WEBUI: Fix the storage for profile builders, fixes #2360
  • Loading branch information
perexg committed Oct 10, 2014
1 parent 930bd97 commit 5017f10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/webui/static/app/esfilter.js
Expand Up @@ -2,7 +2,7 @@
* Stream Profiles, Elementary Stream Filters
*/

tvheadend.caclient_builders = new Ext.data.JsonStore({
tvheadend.profile_builders = new Ext.data.JsonStore({
url: 'api/profile/builders',
root: 'entries',
fields: ['class', 'caption', 'props'],
Expand All @@ -28,7 +28,7 @@ tvheadend.esfilter_tab = function(panel)
titleS: 'Stream Profile',
select: {
label: 'Type',
store: tvheadend.caclient_builders,
store: tvheadend.profile_builders,
displayField: 'caption',
valueField: 'class',
propField: 'props',
Expand Down

0 comments on commit 5017f10

Please sign in to comment.