Skip to content

Commit 9476f92

Browse files
author
OpenShift Bot
authored
Merge pull request #2052 from spadgett/delete-build-config-warning
Merged by openshift-bot
2 parents acdc2ba + e514746 commit 9476f92

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

app/views/modals/delete-resource.html

-4
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@ <h1>Are you sure you want to delete the {{typeDisplayName || (kind | humanizeKin
1414
This will delete the deployment, all rollout history, and any running pods.
1515
</span>
1616

17-
<span ng-if="kind === 'BuildConfig'">
18-
This will delete the build config and all build history.
19-
</span>
20-
2117
<span ng-if="kind === 'ReplicationController' || kind === 'ReplicaSet' || kind === 'StatefulSet'">
2218
This will delete the {{typeDisplayName || (kind | humanizeKind)}} and any running pods.
2319
</span>

dist/scripts/templates.js

-3
Original file line numberDiff line numberDiff line change
@@ -10586,9 +10586,6 @@ angular.module('openshiftConsoleTemplates', []).run(['$templateCache', function(
1058610586
"<span ng-if=\"kind === 'Deployment'\">\n" +
1058710587
"This will delete the deployment, all rollout history, and any running pods.\n" +
1058810588
"</span>\n" +
10589-
"<span ng-if=\"kind === 'BuildConfig'\">\n" +
10590-
"This will delete the build config and all build history.\n" +
10591-
"</span>\n" +
1059210589
"<span ng-if=\"kind === 'ReplicationController' || kind === 'ReplicaSet' || kind === 'StatefulSet'\">\n" +
1059310590
"This will delete the {{typeDisplayName || (kind | humanizeKind)}} and any running pods.\n" +
1059410591
"</span>\n" +

0 commit comments

Comments
 (0)