mirror of
https://github.com/nasa/openmct.git
synced 2025-02-01 00:45:41 +00:00
Merge pull request #48 from slhale/open46
[Edit] No more useless tooltips
This commit is contained in:
commit
a2fd9357d8
@ -65,7 +65,7 @@
|
|||||||
ng-style="{ bottom: (hSplitter.state()+8) + 'px', top: '0px' }"
|
ng-style="{ bottom: (hSplitter.state()+8) + 'px', top: '0px' }"
|
||||||
ng-controller="ToggleController as toggle"
|
ng-controller="ToggleController as toggle"
|
||||||
>
|
>
|
||||||
<mct-container key="accordion" title="Library">
|
<mct-container key="accordion" label="Library">
|
||||||
<mct-representation key="'tree'"
|
<mct-representation key="'tree'"
|
||||||
alias="foo1"
|
alias="foo1"
|
||||||
mct-object="editPanes.getRoot()">
|
mct-object="editPanes.getRoot()">
|
||||||
@ -85,7 +85,7 @@
|
|||||||
ng-style="{ bottom: '0px', height: (hSplitter.state()-4) + 'px'}"
|
ng-style="{ bottom: '0px', height: (hSplitter.state()-4) + 'px'}"
|
||||||
ng-controller="ToggleController as toggle"
|
ng-controller="ToggleController as toggle"
|
||||||
>
|
>
|
||||||
<mct-container key="accordion" title="Elements">
|
<mct-container key="accordion" label="Elements">
|
||||||
<mct-representation key="'edit-elements'" mct-object="domainObject">
|
<mct-representation key="'edit-elements'" mct-object="domainObject">
|
||||||
</mct-representation>
|
</mct-representation>
|
||||||
</mct-container>
|
</mct-container>
|
||||||
|
@ -164,7 +164,7 @@
|
|||||||
{
|
{
|
||||||
"key": "accordion",
|
"key": "accordion",
|
||||||
"templateUrl": "templates/containers/accordion.html",
|
"templateUrl": "templates/containers/accordion.html",
|
||||||
"attributes": [ "title" ]
|
"attributes": [ "label" ]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"representations": [
|
"representations": [
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
at runtime from the About dialog for additional information.
|
at runtime from the About dialog for additional information.
|
||||||
-->
|
-->
|
||||||
<div class="accordion-head" ng-click="toggle.toggle()">
|
<div class="accordion-head" ng-click="toggle.toggle()">
|
||||||
{{container.title}}
|
{{container.label}}
|
||||||
</div>
|
</div>
|
||||||
<div class="accordion-contents"
|
<div class="accordion-contents"
|
||||||
ng-show="!toggle.isActive()"
|
ng-show="!toggle.isActive()"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user