Skip to content

Commit

Permalink
EnvFrom Config Map and Secret Link
Browse files Browse the repository at this point in the history
Setup for config map and secret details link
  • Loading branch information
cdcabrera committed Oct 4, 2017
1 parent a9de5c9 commit 23100db
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/views/directives/edit-environment-from.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@
role="button"
aria-label="Delete row"
ng-click="$ctrl.deleteEntry($index, 1)"></a>
<a
ng-if="entry.selectedEnvFrom"
ng-href="{{entry.selectedEnvFrom | navigateResourceURL}}"
class="pficon">View {{entry.selectedEnvFrom.kind | humanizeKind : true}}</a>
</div>
</div>

Expand Down
1 change: 1 addition & 0 deletions dist/scripts/templates.js
Original file line number Diff line number Diff line change
Expand Up @@ -6640,6 +6640,7 @@ angular.module('openshiftConsoleTemplates', []).run(['$templateCache', function(
"<div ng-if=\"!$ctrl.isReadonlyAny && !entry.isReadonlyValue\" class=\"environment-from-editor-button\">\n" +
"<span ng-if=\"!$ctrl.cannotSort && $ctrl.entries.length > 1\" class=\"fa fa-bars sort-row\" role=\"button\" aria-label=\"Move row\" aria-grabbed=\"false\" as-sortable-item-handle></span>\n" +
"<a ng-if=\"!$ctrl.cannotDeleteAny\" href=\"\" class=\"pficon pficon-close delete-row as-sortable-item-delete\" role=\"button\" aria-label=\"Delete row\" ng-click=\"$ctrl.deleteEntry($index, 1)\"></a>\n" +
"<a ng-if=\"entry.selectedEnvFrom\" ng-href=\"{{entry.selectedEnvFrom | navigateResourceURL}}\" class=\"pficon\">View {{entry.selectedEnvFrom.kind | humanizeKind : true}}</a>\n" +
"</div>\n" +
"</div>\n" +
"<div class=\"environment-from-entry form-group\" ng-if=\"!$ctrl.cannotAdd\">\n" +
Expand Down

0 comments on commit 23100db

Please sign in to comment.