mirror of
https://github.com/portainer/portainer.git
synced 2025-08-08 07:15:23 +02:00
feat(environment): update wording when editing agent environment [EE-3081] (#7445)
* change wording when editing agent environment
This commit is contained in:
parent
02355acfa8
commit
6a4a353b92
4 changed files with 21 additions and 9 deletions
|
@ -107,7 +107,8 @@
|
|||
<!-- endpoint-url-input -->
|
||||
<div class="form-group" ng-if="!state.edgeEndpoint">
|
||||
<label for="endpoint_url" class="col-sm-3 col-lg-2 control-label text-left">
|
||||
Environment URL
|
||||
<span ng-if="!state.agentEndpoint">Environment URL</span>
|
||||
<span ng-if="state.agentEndpoint">Environment address</span>
|
||||
<portainer-tooltip
|
||||
message="'URL or IP address of a Docker host. The Docker API must be exposed over a TCP port. Please refer to the Docker documentation to configure it.'"
|
||||
>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue