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