mirror of
https://github.com/portainer/portainer.git
synced 2025-07-25 08:19:40 +02:00
feat(ui):rename endpoint(s) to environment(s) EE-1206 (#5588)
* rename endpoints to environments EE-1206
This commit is contained in:
parent
1543ad4c42
commit
9f179fe3ec
151 changed files with 474 additions and 474 deletions
|
@ -30,7 +30,7 @@
|
|||
<i class="fa fa-list-ol" aria-hidden="true" style="margin-right: 2px;"></i>
|
||||
Static
|
||||
</div>
|
||||
<p>Manually select Edge endpoints</p>
|
||||
<p>Manually select Edge environments</p>
|
||||
</label>
|
||||
</div>
|
||||
<div class="boxselector">
|
||||
|
@ -40,7 +40,7 @@
|
|||
<i class="fa fa-tags" aria-hidden="true" style="margin-right: 2px;"></i>
|
||||
Dynamic
|
||||
</div>
|
||||
<p>Automatically associate endpoints via tags</p>
|
||||
<p>Automatically associate environments via tags</p>
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -49,9 +49,9 @@
|
|||
<!-- StaticGroup -->
|
||||
<div ng-if="!$ctrl.model.Dynamic">
|
||||
<div ng-if="!$ctrl.noEndpoints">
|
||||
<!-- endpoints -->
|
||||
<!-- environments -->
|
||||
<div class="col-sm-12 form-section-title">
|
||||
Associated endpoints
|
||||
Associated environments
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<associated-endpoints-selector
|
||||
|
@ -65,7 +65,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="form-group" ng-if="$ctrl.noEndpoints">
|
||||
<div class="col-sm-12 small text-muted"> No Edge endpoints are available. Head over to the <a ui-sref="portainer.endpoints">Endpoints view</a> to add endpoints. </div>
|
||||
<div class="col-sm-12 small text-muted"> No Edge environments are available. Head over to the <a ui-sref="portainer.endpoints">Environments view</a> to add environments. </div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- !StaticGroup -->
|
||||
|
@ -84,7 +84,7 @@
|
|||
<i class="fa fa-tag" aria-hidden="true" style="margin-right: 2px;"></i>
|
||||
Partial match
|
||||
</div>
|
||||
<p>Associate any endpoint matching at least one of the selected tags</p>
|
||||
<p>Associate any environment matching at least one of the selected tags</p>
|
||||
</label>
|
||||
</div>
|
||||
<div class="boxselector">
|
||||
|
@ -94,7 +94,7 @@
|
|||
<i class="fa fa-tag" aria-hidden="true" style="margin-right: 2px;"></i>
|
||||
Full match
|
||||
</div>
|
||||
<p>Associate any endpoint matching all of the selected tags</p>
|
||||
<p>Associate any environment matching all of the selected tags</p>
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -106,7 +106,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="col-sm-12 form-section-title">
|
||||
Associated endpoints by tags
|
||||
Associated environments by tags
|
||||
</div>
|
||||
<div class="col-sm-12 form-group">
|
||||
<group-association-table
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue