this.$el.on('click', 'td.mountOptionsToggle>img', function() {
            self._showMountOptionsDropdown($(this).closest('tr'));
        });