mirror of
https://github.com/nasa/openmct.git
synced 2024-12-22 06:27:48 +00:00
80ba6f4da3
Reorganize templates associated with the Create menu in preparation for adding the Locator control, used to specify the destination folder for object creation. WTD-593.
9 lines
501 B
HTML
9 lines
501 B
HTML
<div class="menu-element wrapper" ng-controller="ClickAwayController as createController">
|
|
<div class="btn btn-menu create-btn major" ng-click="createController.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="createController.isActive()">
|
|
<mct-representation mct-object="domainObject" key="'create-menu'">
|
|
</mct-representation>
|
|
</div>
|
|
</div> |