@if (!inProgress) { @if (resetMode) {
{{entityName}} will be reset.
@if (devWarning) {
Note: resetting a DEV experiment Any subsequent runs of the experiment will overwrite any changes made to it in the Web-App.
To avoid this, clone the experiment and work with the cloned experiment.
} } @else {
Are you sure you want to delete @if (numSelected === 1) {"} {{entityName}} @if (numSelected === 1) {"} ?
{{bodyMessage}}
}
Remove all related artifacts and debug samples from ClearML file server
} @else {
Deleting @if (progressPercent > 0) { {{progressPercent}}% }
@if (totalFilesNumber > 0) { @if (!showFinishMessage) {
Deleting artifacts. This may take some time. Please do not close the window.
} @else {
The artifacts were deleted
} }
The following {{entityType}}s were not deleted:
    @for (entity of (failedEntities$ | ngrxPush); track entity) {
  • {{entity.name}}
    {{entity.message}}
  • }
The following artifacts were not deleted:
@for (file of failedFiles | slice:0:1000; track file) {
{{file}}
} @if (failedFiles.length > 1000) {
** Additional artifacts may be left **
}


}