1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-25 08:19:40 +02:00

feat(ui): renovate the edge devices create page EE-3620 (#7221)

This commit is contained in:
matias-portainer 2022-07-27 11:19:23 -03:00 committed by GitHub
parent 7e3347da2b
commit cc0ab75aca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,8 +22,8 @@
<div ng-click="setDefaultPortainerInstanceURL()">
<input type="radio" id="edge_agent_endpoint" ng-model="state.EnvironmentType" value="edge_agent" />
<label for="edge_agent_endpoint" data-cy="endpointCreate-edgeAgentSelectButton">
<div class="boxselector_header">
<i class="fa fa-cloud" aria-hidden="true" style="margin-right: 2px"></i>
<div class="boxselector_header vertical-center">
<pr-icon icon="'cloud'" feather="true"></pr-icon>
Edge Agent
</div>
<p>Portainer Edge agent</p>
@ -508,7 +508,7 @@
analytics-event="portainer-endpoint-creation"
analytics-properties="{ metadata: { type: 'azure-api' } }"
>
<span ng-hide="state.actionInProgress"><i class="fa fa-plus" aria-hidden="true"></i> Add environment</span>
<span ng-hide="state.actionInProgress"><pr-icon icon="'plus'" feather="true"></pr-icon> Add environment</span>
<span ng-show="state.actionInProgress">Creating environment...</span>
</button>
</div>