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

pull/7210/head^2
matias-portainer 2 years ago committed by GitHub
parent 7e3347da2b
commit cc0ab75aca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save