[About] Add About bundle

Add bundle platform/commonUI/about, and initial templates for
the About dialog. WTD-667.
This commit is contained in:
Victor Woeltjen 2015-01-14 10:44:59 -08:00
parent 731c2b6c21
commit 9a400f6fba
6 changed files with 24 additions and 1 deletions

View File

@ -2,6 +2,7 @@
"platform/framework",
"platform/core",
"platform/representation",
"platform/commonUI/about",
"platform/commonUI/browse",
"platform/commonUI/edit",
"platform/commonUI/dialog",

View File

@ -0,0 +1,2 @@
The "about" bundle provides the default lower-right application logo,
as well as the dialog it launches when clicked.

View 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"
}
]
}
}

View File

@ -0,0 +1,2 @@
<mct-include ng-click="" key="'app-logo'">
</mct-include>

View File

@ -0,0 +1 @@
<span><div class='app-logo abs'>Open MCT Web</div></span>

View File

@ -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>