Skip to content

Commit

Permalink
dont export edit
Browse files Browse the repository at this point in the history
  • Loading branch information
itsiprikshit committed Nov 1, 2020
1 parent 8cd53e9 commit 84abb75
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions frontend/express/public/javascripts/countly/countly.views.js
Original file line number Diff line number Diff line change
Expand Up @@ -4747,7 +4747,8 @@ window.EventsBlueprintView = countlyView.extend({
"sClass": 'shrink right',
"sWidth": '100px',
"bSortable": false,
"bSearchable": false
"bSearchable": false,
"noExport": true
}
];
this.eventGroupsTable = $('.event-groups-table').dataTable($.extend({}, $.fn.dataTable.defaults, {
Expand Down Expand Up @@ -5213,7 +5214,8 @@ window.EventsBlueprintView = countlyView.extend({
"sClass": 'shrink right',
"sWidth": '100px',
"bSortable": false,
"bSearchable": false
"bSearchable": false,
"noExport": true
},
];

Expand Down
2 changes: 1 addition & 1 deletion frontend/express/views/dashboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -1229,7 +1229,7 @@ <h3 data-index="{{value.index}}">{{value.title}}</h3>
<div class="text-container">
<div class="text"><span data-localize="events.blueprint-event-group-show.all"></span></div>
</div>
<div class="right combo"></div>
<div class="drop-icn"></div>
</div>
<div id="event-group-filter-types" class="select-items square">
<div data-value="all" class="segmentation-option item"><span data-localize="events.blueprint-event-group-show.all"></span></div>
Expand Down

0 comments on commit 84abb75

Please sign in to comment.