Skip to content

Commit

Permalink
Merge pull request #1178 from mcneilco/ACAS-734
Browse files Browse the repository at this point in the history
ACAS-734: Scope experiment table controller to this
  • Loading branch information
brianbolt committed Jun 17, 2024
2 parents 18fe806 + 6994b8e commit 43e8a19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/ServerAPI/src/client/Protocol.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -1122,10 +1122,10 @@ class EndpointListController extends AbstractFormController
#Function brought over from experiment.coffee
setupExperimentSummaryTable: (experiments) =>
#@$(".bv_searchStatusIndicator").addClass "hide"
$(".bv_experimentTableController").removeClass "hide"
@$(".bv_experimentTableController").removeClass "hide"

@experimentSummaryTable = new ExperimentSummaryTableController
el: $(".bv_experimentTableController")
el: @$(".bv_experimentTableController")
collection: experiments

@experimentSummaryTable.on "selectedRowUpdated", @selectedExperimentUpdated
Expand Down

0 comments on commit 43e8a19

Please sign in to comment.