mirror of
https://github.com/portainer/portainer.git
synced 2025-07-24 07:49:41 +02:00
added selectors (#5616)
* added selectors * moved selector to html element
This commit is contained in:
parent
9045e17cba
commit
7611cc415a
2 changed files with 2 additions and 1 deletions
|
@ -77,6 +77,7 @@
|
|||
analytics-event="edge-stack-creation"
|
||||
analytics-category="edge"
|
||||
analytics-properties="$ctrl.buildAnalyticsProperties()"
|
||||
data-cy="edgeStackCreate-createStackButton"
|
||||
>
|
||||
<span ng-hide="$ctrl.state.actionInProgress">Deploy the stack</span>
|
||||
<span ng-show="$ctrl.state.actionInProgress">Deployment in progress...</span>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue