Skip to content

Commit f46dc29

Browse files
author
OpenShift Bot
authored
Merge pull request #1786 from rhamilto/issue-1785
Merged by openshift-bot
2 parents b60dacf + cacf741 commit f46dc29

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/views/directives/deploy-image.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
<div ng-if="loading || !import" class="empty-state-message text-muted text-center">
6161
<span class="fa fa-cube icon-lg hero-icon" aria-hidden="true"></span>
6262
<div ng-if="!loading" class="h2">Select an image stream tag or enter an image name.</div>
63-
<div ng-if="loading" class="h2 truncate">Loading image metadata for {{imageName | stripSHA}}...</div>
63+
<div ng-if="loading" class="h2">Loading image metadata for <span class="word-break">{{imageName | stripSHA}}</span>...</div>
6464
</div>
6565
<div class="row mar-bottom-md" ng-if-start="!loading && import.image">
6666
<div class="col-sm-12 mar-top-lg mar-bottom-lg">

dist/scripts/templates.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -6266,7 +6266,7 @@ angular.module('openshiftConsoleTemplates', []).run(['$templateCache', function(
62666266
"<div ng-if=\"loading || !import\" class=\"empty-state-message text-muted text-center\">\n" +
62676267
"<span class=\"fa fa-cube icon-lg hero-icon\" aria-hidden=\"true\"></span>\n" +
62686268
"<div ng-if=\"!loading\" class=\"h2\">Select an image stream tag or enter an image name.</div>\n" +
6269-
"<div ng-if=\"loading\" class=\"h2 truncate\">Loading image metadata for {{imageName | stripSHA}}...</div>\n" +
6269+
"<div ng-if=\"loading\" class=\"h2\">Loading image metadata for <span class=\"word-break\">{{imageName | stripSHA}}</span>...</div>\n" +
62706270
"</div>\n" +
62716271
"<div class=\"row mar-bottom-md\" ng-if-start=\"!loading && import.image\">\n" +
62726272
"<div class=\"col-sm-12 mar-top-lg mar-bottom-lg\">\n" +

0 commit comments

Comments
 (0)