mirror of
https://github.com/nasa/openmct.git
synced 2025-02-03 17:51:07 +00:00
1b0303e517
Bring in work on general-purpose and over-arching user interface bundles from the sandbox transition branch. WTD-574.
9 lines
459 B
HTML
9 lines
459 B
HTML
<div class="menu-element wrapper" ng-controller="CreateButtonController">
|
|
<div class="btn btn-menu create-btn major" ng-click="toggle()">
|
|
<span class='ui-symbol major' href=''>+</span> Create<!--span class='ui-symbol invoke-menu'>v</span-->
|
|
</div>
|
|
<div class="menu dropdown super-menu" ng-show="createState.visible">
|
|
<mct-representation mct-object="domainObject" key="'create-menu'">
|
|
</mct-representation>
|
|
</div>
|
|
</div> |