mirror of
https://github.com/nasa/openmct.git
synced 2024-12-20 13:43:09 +00:00
1b0303e517
Bring in work on general-purpose and over-arching user interface bundles from the sandbox transition branch. WTD-574.
9 lines
315 B
HTML
9 lines
315 B
HTML
<span ng-controller="EditActionController">
|
|
<span ng-repeat="currentAction in editActions">
|
|
<a class='btn'
|
|
ng-click="currentAction.perform()"
|
|
ng-class="{ major: $index === 0, subtle: $index !== 0 }">
|
|
{{currentAction.getMetadata().name}}
|
|
</a>
|
|
</span>
|
|
</span> |