mirror of
https://github.com/nasa/openmct.git
synced 2024-12-23 15:02:23 +00:00
13 lines
433 B
HTML
13 lines
433 B
HTML
|
<a href=""
|
||
|
class="t-btn l-btn s-btn s-icon-btn s-very-subtle"
|
||
|
ng-class="{ labeled: parameters.labeled }"
|
||
|
title="{{parameters.action.getMetadata().description}}"
|
||
|
ng-click="parameters.action.perform()">
|
||
|
<span class="ui-symbol icon">
|
||
|
{{parameters.action.getMetadata().glyph}}
|
||
|
</span>
|
||
|
<span class="title-label" ng-if="parameters.labeled">
|
||
|
{{parameters.action.getMetadata().name}}
|
||
|
</span>
|
||
|
</a>
|