mirror of
https://github.com/portainer/portainer.git
synced 2025-08-10 00:05:24 +02:00
EE-3998 bug fix (#7522)
This commit is contained in:
parent
fb62edefbc
commit
69bc815acd
7 changed files with 7 additions and 7 deletions
|
@ -15,7 +15,7 @@
|
|||
<label class="btn btn-light" ng-model="state.addSecret.override" uib-btn-radio="false">Default location</label>
|
||||
<label class="btn btn-light" ng-model="state.addSecret.override" uib-btn-radio="true">Override</label>
|
||||
</div>
|
||||
<a class="btn btn-default btn-sm" ng-click="addSecret(service, state.addSecret)"> <pr-icon icon="'plus'" mode="'alt'" feather="true"></pr-icon> add secret </a>
|
||||
<a class="btn btn-default btn-sm" ng-click="addSecret(service, state.addSecret)"> <pr-icon icon="'plus'" feather="true"></pr-icon> add secret </a>
|
||||
</div>
|
||||
<table class="table" style="margin-top: 5px">
|
||||
<thead>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue