mirror of https://github.com/portainer/portainer
parent
9045e17cba
commit
7611cc415a
|
@ -77,6 +77,7 @@
|
||||||
analytics-event="edge-stack-creation"
|
analytics-event="edge-stack-creation"
|
||||||
analytics-category="edge"
|
analytics-category="edge"
|
||||||
analytics-properties="$ctrl.buildAnalyticsProperties()"
|
analytics-properties="$ctrl.buildAnalyticsProperties()"
|
||||||
|
data-cy="edgeStackCreate-createStackButton"
|
||||||
>
|
>
|
||||||
<span ng-hide="$ctrl.state.actionInProgress">Deploy the stack</span>
|
<span ng-hide="$ctrl.state.actionInProgress">Deploy the stack</span>
|
||||||
<span ng-show="$ctrl.state.actionInProgress">Deployment in progress...</span>
|
<span ng-show="$ctrl.state.actionInProgress">Deployment in progress...</span>
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
ng-value="$ctrl.option.value"
|
ng-value="$ctrl.option.value"
|
||||||
ng-disabled="$ctrl.disabled"
|
ng-disabled="$ctrl.disabled"
|
||||||
/>
|
/>
|
||||||
<label for="{{ $ctrl.option.id }}" ng-click="$ctrl.onChange($ctrl.option.value)" t>
|
<label for="{{ $ctrl.option.id }}" ng-click="$ctrl.onChange($ctrl.option.value)" t data-cy="edgeStackCreate-deploymentSelector_{{ $ctrl.option.value }}">
|
||||||
<div class="boxselector_header">
|
<div class="boxselector_header">
|
||||||
<i ng-class="$ctrl.option.icon" aria-hidden="true" style="margin-right: 2px;"></i>
|
<i ng-class="$ctrl.option.icon" aria-hidden="true" style="margin-right: 2px;"></i>
|
||||||
{{ $ctrl.option.label }}
|
{{ $ctrl.option.label }}
|
||||||
|
|
Loading…
Reference in New Issue