mirror of
https://github.com/nasa/openmct.git
synced 2024-12-19 05:07:52 +00:00
[Frontend] Markup for info bubble
WTD-1054 Temp object to allow work on markup for info bubble
This commit is contained in:
parent
57c5b30177
commit
ec2d5892a5
@ -6,11 +6,13 @@
|
||||
"platform/commonUI/browse",
|
||||
"platform/commonUI/edit",
|
||||
"platform/commonUI/dialog",
|
||||
"platform/commonUI/inspect",
|
||||
"platform/commonUI/general",
|
||||
"platform/containment",
|
||||
"platform/telemetry",
|
||||
"platform/features/layout",
|
||||
"platform/features/pages",
|
||||
|
||||
"platform/features/plot",
|
||||
"platform/features/scrolling",
|
||||
"platform/forms",
|
||||
|
21
platform/commonUI/inspect/bundle.json
Normal file
21
platform/commonUI/inspect/bundle.json
Normal file
@ -0,0 +1,21 @@
|
||||
{
|
||||
"extensions": {
|
||||
"types": [
|
||||
{
|
||||
"key": "infobubble",
|
||||
"name": "Info Bubble",
|
||||
"glyph": "\u00EA",
|
||||
"description": "Static markup for info bubbles",
|
||||
"features": [ "creation" ]
|
||||
}
|
||||
],
|
||||
"views": [
|
||||
{
|
||||
"templateUrl": "infobubble.html",
|
||||
"name": "Info Bubble",
|
||||
"type": "infobubble",
|
||||
"key": "infobubble"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
5
platform/commonUI/inspect/res/infobubble.html
Normal file
5
platform/commonUI/inspect/res/infobubble.html
Normal file
@ -0,0 +1,5 @@
|
||||
<div class="t-infobubble l-infobubble-wrapper">
|
||||
<div class="l-infobubble">
|
||||
Info Bubble, and it works!
|
||||
</div>
|
||||
</div>
|
Loading…
Reference in New Issue
Block a user