mirror of
https://github.com/nasa/openmct.git
synced 2025-06-16 14:18:16 +00:00
[API] Get todo toolbar to look right
This commit is contained in:
@ -28,7 +28,8 @@
|
|||||||
<!-- Toolbar and Save/Cancel buttons -->
|
<!-- Toolbar and Save/Cancel buttons -->
|
||||||
<div class="l-edit-controls flex-elem l-flex-row flex-align-end">
|
<div class="l-edit-controls flex-elem l-flex-row flex-align-end">
|
||||||
<mct-representation key="'adapted-view-TOOLBAR'"
|
<mct-representation key="'adapted-view-TOOLBAR'"
|
||||||
mct-object="domainObject">
|
mct-object="domainObject"
|
||||||
|
class="flex-elem grows">
|
||||||
</mct-representation>
|
</mct-representation>
|
||||||
<mct-representation key="'edit-action-buttons'"
|
<mct-representation key="'edit-action-buttons'"
|
||||||
mct-object="domainObject"
|
mct-object="domainObject"
|
||||||
|
@ -1 +1,9 @@
|
|||||||
<span>This is a toolbar.</span>
|
<div class="tool-bar btn-bar contents abs">
|
||||||
|
<a class="s-btn labeled">
|
||||||
|
<span class="ui-symbol icon">+</span>
|
||||||
|
<span class="title-label">Add Task</span>
|
||||||
|
</a>
|
||||||
|
<a class="s-btn">
|
||||||
|
<span class="ui-symbol icon">Z</span>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
Reference in New Issue
Block a user