mirror of
https://github.com/nasa/openmct.git
synced 2025-01-30 16:13:53 +00:00
[About] Add About bundle
Add bundle platform/commonUI/about, and initial templates for the About dialog. WTD-667.
This commit is contained in:
parent
731c2b6c21
commit
9a400f6fba
@ -2,6 +2,7 @@
|
||||
"platform/framework",
|
||||
"platform/core",
|
||||
"platform/representation",
|
||||
"platform/commonUI/about",
|
||||
"platform/commonUI/browse",
|
||||
"platform/commonUI/edit",
|
||||
"platform/commonUI/dialog",
|
||||
|
2
platform/commonUI/about/README.md
Normal file
2
platform/commonUI/about/README.md
Normal file
@ -0,0 +1,2 @@
|
||||
The "about" bundle provides the default lower-right application logo,
|
||||
as well as the dialog it launches when clicked.
|
17
platform/commonUI/about/bundle.json
Normal file
17
platform/commonUI/about/bundle.json
Normal file
@ -0,0 +1,17 @@
|
||||
{
|
||||
"name": "About Open MCT Web",
|
||||
"extensions": {
|
||||
"templates": [
|
||||
{
|
||||
"key": "app-logo",
|
||||
"priority": "optional",
|
||||
"templateUrl": "app-logo.html"
|
||||
},
|
||||
{
|
||||
"key": "about-logo",
|
||||
"priority": "preferred",
|
||||
"templateUrl": "about-logo.html"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
2
platform/commonUI/about/res/about-logo.html
Normal file
2
platform/commonUI/about/res/about-logo.html
Normal file
@ -0,0 +1,2 @@
|
||||
<mct-include ng-click="" key="'app-logo'">
|
||||
</mct-include>
|
1
platform/commonUI/about/res/app-logo.html
Normal file
1
platform/commonUI/about/res/app-logo.html
Normal file
@ -0,0 +1 @@
|
||||
<span><div class='app-logo abs'>Open MCT Web</div></span>
|
@ -5,5 +5,5 @@
|
||||
key="indicator.template">
|
||||
</mct-include>
|
||||
</div>
|
||||
<!--mct-include key="'app-logo'"></mct-include-->
|
||||
<mct-include key="'about-logo'"></mct-include>
|
||||
</div>
|
Loading…
x
Reference in New Issue
Block a user