mirror of https://github.com/portainer/portainer
feat(ui): renovate the edge devices create page EE-3620 (#7221)
parent
7e3347da2b
commit
cc0ab75aca
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue