@@ -14621,6 +14621,7 @@ angular.module('openshiftConsoleTemplates', []).run(['$templateCache', function(
14621
14621
"<a ng-href=\"{{row.apiObject | navigateResourceURL}}\" ng-bind-html=\"row.displayName | highlightKeywords : row.state.filterKeywords\"></a>\n" +
14622
14622
"<div ng-bind-html=\"row.apiObject.metadata.name | highlightKeywords : row.state.filterKeywords\" class=\"list-row-longname\"></div>\n" +
14623
14623
"</h3>\n" +
14624
+ <<<<<<< ebfb4713833677f09810434073ce6f54f5dd263d
14624
14625
"<div class=\"status-icons\" ng-if=\"!row.expanded\" ng-init=\"tooltipID = 'instance-status-tooltip-' + $id\">\n" +
14625
14626
"<notification-icon alerts=\"row.notifications\"></notification-icon>\n" +
14626
14627
"<div ng-switch=\"row.instanceStatus\" class=\"instance-status-notification\" id=\"{{tooltipID}}\">\n" +
@@ -14645,17 +14646,24 @@ angular.module('openshiftConsoleTemplates', []).run(['$templateCache', function(
14645
14646
=======
14646
14647
"<div class=\"list-pf-details\" ng-if=\"!row.expanded\" ng-switch=\"row.instanceStatus\">\n" +
14647
14648
"<span ng-switch-when=\"failed\" dynamic-content=\"{{row.apiObject | serviceInstanceFailedMessage}}\" data-toggle=\"tooltip\" data-trigger=\"hover\">\n" +
14649
+ =======
14650
+ "<div class=\"status-icons\" ng-if=\"!row.expanded\">\n" +
14651
+ "<notification-icon alerts=\"row.notifications\"></notification-icon>\n" +
14652
+ "<div ng-switch=\"row.instanceStatus\">\n" +
14653
+ "<span ng-switch-when=\"failed\" dynamic-content=\"{{row.apiObject | serviceInstanceFailedMessage}}\" data-toggle=\"tooltip\" data-trigger=\"hover\" class=\"notification-icon-count\">\n" +
14654
+ >>>>>>> Making display of errors for service rows consistent with others
14648
14655
"<span class=\"pficon pficon-error-circle-o\" aria-hidden=\"true\"></span>\n" +
14649
14656
"<span>Error</span>\n" +
14650
14657
"</span>\n" +
14651
- "<span ng-switch-when=\"deleted\">\n" +
14658
+ "<span ng-switch-when=\"deleted\" class=\"notification-icon-count\" >\n" +
14652
14659
"<span class=\"pficon pficon-warning-triangle-o\" aria-hidden=\"true\"></span>\n" +
14653
14660
"<span>Marked for Deletion</span>\n" +
14654
14661
"</span>\n" +
14655
- "<span ng-switch-when=\"pending\">\n" +
14662
+ "<span ng-switch-when=\"pending\" class=\"notification-icon-count\" >\n" +
14656
14663
"<span class=\"spinner spinner-xs spinner-inline\" aria-hidden=\"true\"></span>\n" +
14657
14664
"<span>Pending</span>\n" +
14658
14665
"</span>\n" +
14666
+ <<<<<<< ebfb4713833677f09810434073ce6f54f5dd263d
14659
14667
"<div ng-switch-default>\n" +
14660
14668
"<div class=\"hidden-xs hidden-sm\">\n" +
14661
14669
>>>>>>> Show provision status of service instances on the overview page.
@@ -14669,14 +14677,27 @@ angular.module('openshiftConsoleTemplates', []).run(['$templateCache', function(
14669
14677
=======
14670
14678
" && row.isBindable\n" +
14671
14679
" && ({resource: 'serviceinstancecredentials', group: 'servicecatalog.k8s.io'} | canI : 'create')\">\n" +
14680
+ =======
14681
+ "</div>\n" +
14682
+ "</div>\n" +
14683
+ "</div>\n" +
14684
+ "<div class=\"list-pf-details\" ng-if=\"!row.expanded\">\n" +
14685
+ "<span ng-if=\"!row.bindings.length\n" +
14686
+ " && row.isBindable\n" +
14687
+ " && ({resource: 'serviceinstancecredentials', group: 'servicecatalog.k8s.io'} | canI : 'create')\" class=\"hidden-xs hidden-sm\">\n" +
14688
+ >>>>>>> Making display of errors for service rows consistent with others
14672
14689
"<a href=\"\" ng-click=\"row.showOverlayPanel('bindService', {target: row.apiObject})\">\n" +
14673
14690
"<span class=\"pficon pficon-add-circle-o\" aria-hidden=\"true\"></span>\n" +
14674
14691
"Create Binding\n" +
14675
14692
>>>>>>> Add bindings list to resource pages
14676
14693
"</a>\n" +
14677
14694
"</span>\n" +
14678
14695
"<div ng-if=\"row.bindings.length\" class=\"hidden-xs hidden-sm\">\n" +
14696
+ <<<<<<< ebfb4713833677f09810434073ce6f54f5dd263d
14679
14697
"<span class=\"component-label\" translate>Bindings</span>\n" +
14698
+ =======
14699
+ "<span class=\"component-label\">Bindings</span>\n" +
14700
+ >>>>>>> Making display of errors for service rows consistent with others
14680
14701
"<p ng-if=\"firstBinding = row.bindings[0]\" class=\"bindings\">\n" +
14681
14702
"<span ng-if=\"application = row.state.applicationsByBinding[firstBinding.metadata.name][0]\">\n" +
14682
14703
"{{application.metadata.name}}\n" +
@@ -14691,10 +14712,13 @@ angular.module('openshiftConsoleTemplates', []).run(['$templateCache', function(
14691
14712
"</span>\n" +
14692
14713
"</p>\n" +
14693
14714
"</div>\n" +
14715
+ <<<<<<< ebfb4713833677f09810434073ce6f54f5dd263d
14694
14716
<<<<<<< 72f2428654a3a28b0425e786505ad4ce7b45f7f6
14695
14717
=======
14696
14718
"</div>\n" +
14697
14719
>>>>>>> Show provision status of service instances on the overview page.
14720
+ =======
14721
+ >>>>>>> Making display of errors for service rows consistent with others
14698
14722
"<div class=\"hidden-xs\" ng-if=\"(!row.instanceStatus || row.instanceStatus === 'ready') && row.apiObject.status.dashboardURL\">\n" +
14699
14723
"<a ng-href=\"{{row.apiObject.status.dashboardURL}}\" target=\"_blank\">\n" +
14700
14724
"<translate>Dashboard</translate> <i class=\"fa fa-external-link small\" aria-hidden=\"true\"></i>\n" +
0 commit comments