Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove incorrect warning when deleting build config #2052

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 0 additions & 4 deletions app/views/modals/delete-resource.html
Expand Up @@ -14,10 +14,6 @@ <h1>Are you sure you want to delete the {{typeDisplayName || (kind | humanizeKin
This will delete the deployment, all rollout history, and any running pods.
</span>

<span ng-if="kind === 'BuildConfig'">
This will delete the build config and all build history.
</span>

<span ng-if="kind === 'ReplicationController' || kind === 'ReplicaSet' || kind === 'StatefulSet'">
This will delete the {{typeDisplayName || (kind | humanizeKind)}} and any running pods.
</span>
Expand Down
3 changes: 0 additions & 3 deletions dist/scripts/templates.js
Expand Up @@ -10586,9 +10586,6 @@ angular.module('openshiftConsoleTemplates', []).run(['$templateCache', function(
"<span ng-if=\"kind === 'Deployment'\">\n" +
"This will delete the deployment, all rollout history, and any running pods.\n" +
"</span>\n" +
"<span ng-if=\"kind === 'BuildConfig'\">\n" +
"This will delete the build config and all build history.\n" +
"</span>\n" +
"<span ng-if=\"kind === 'ReplicationController' || kind === 'ReplicaSet' || kind === 'StatefulSet'\">\n" +
"This will delete the {{typeDisplayName || (kind | humanizeKind)}} and any running pods.\n" +
"</span>\n" +
Expand Down