mirror of
https://github.com/Joxit/docker-registry-ui.git
synced 2026-05-19 04:26:34 +00:00
@@ -143,7 +143,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
onRemoveImageHeaderChange(checked, event) {
|
||||
if (event.altKey === true) {
|
||||
const tags = getPage(this.props.tags, this.props.page);
|
||||
tags.forEach(tag => this.state.toDelete.add(tag));
|
||||
tags.filter(image => matchSearch(this.props.filterResults, image.tag))
|
||||
.forEach(tag => this.state.toDelete.add(tag));
|
||||
this.update({
|
||||
multiDelete: true,
|
||||
toDelete: this.state.toDelete
|
||||
|
||||
Reference in New Issue
Block a user