Skip to content

Commit

Permalink
Merge pull request #2006 from spadgett/monitoring-pods-link
Browse files Browse the repository at this point in the history
Merged by openshift-bot
  • Loading branch information
OpenShift Bot committed Sep 6, 2017
2 parents 0e7d693 + e3268e7 commit 2fbc58a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/views/monitoring.html
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ <h2>Deployments</h2>
Logs are not available for replica sets.
<span ng-if="podsByOwnerUID[replicaSet.metadata.uid] | hashSize">
To see application logs, view the logs for one of the replica set's
<a href="" ng-click="viewPodsForReplicaSet(replicaSet)">pods</a>.
<a href="" ng-click="viewPodsForSet(replicaSet)">pods</a>.
</span>
<div class="mar-top-lg" ng-if="metricsAvailable">
<deployment-metrics
Expand Down Expand Up @@ -330,7 +330,7 @@ <h2>Stateful Sets</h2>
Logs are not available for stateful sets.
<span ng-if="podsByOwnerUID[set.metadata.uid] | hashSize">
To see application logs, view the logs for one of the stateful sets's
<a href="" ng-click="viewPodsForReplicaSet(set)">pods</a>.
<a href="" ng-click="viewPodsForSet(set)">pods</a>.
</span>
<div class="mar-top-lg" ng-if="metricsAvailable">
<deployment-metrics
Expand Down
4 changes: 2 additions & 2 deletions dist/scripts/templates.js
Original file line number Diff line number Diff line change
Expand Up @@ -10806,7 +10806,7 @@ angular.module('openshiftConsoleTemplates', []).run(['$templateCache', function(
"Logs are not available for replica sets.\n" +
"<span ng-if=\"podsByOwnerUID[replicaSet.metadata.uid] | hashSize\">\n" +
"To see application logs, view the logs for one of the replica set's\n" +
"<a href=\"\" ng-click=\"viewPodsForReplicaSet(replicaSet)\">pods</a>.\n" +
"<a href=\"\" ng-click=\"viewPodsForSet(replicaSet)\">pods</a>.\n" +
"</span>\n" +
"<div class=\"mar-top-lg\" ng-if=\"metricsAvailable\">\n" +
"<deployment-metrics pods=\"podsByOwnerUID[replicaSet.metadata.uid]\" containers=\"replicaSet.spec.template.spec.containers\" alerts=\"alerts\">\n" +
Expand Down Expand Up @@ -10863,7 +10863,7 @@ angular.module('openshiftConsoleTemplates', []).run(['$templateCache', function(
"Logs are not available for stateful sets.\n" +
"<span ng-if=\"podsByOwnerUID[set.metadata.uid] | hashSize\">\n" +
"To see application logs, view the logs for one of the stateful sets's\n" +
"<a href=\"\" ng-click=\"viewPodsForReplicaSet(set)\">pods</a>.\n" +
"<a href=\"\" ng-click=\"viewPodsForSet(set)\">pods</a>.\n" +
"</span>\n" +
"<div class=\"mar-top-lg\" ng-if=\"metricsAvailable\">\n" +
"<deployment-metrics pods=\"podsByOwnerUID[set.metadata.uid]\" containers=\"set.spec.template.spec.containers\" alerts=\"alerts\">\n" +
Expand Down

0 comments on commit 2fbc58a

Please sign in to comment.