[Templates] Add stubs for link indicator
Update templates to use the location capability to show an indicator.
This commit is contained in:
@@ -196,7 +196,7 @@
|
|||||||
{
|
{
|
||||||
"key": "label",
|
"key": "label",
|
||||||
"templateUrl": "templates/label.html",
|
"templateUrl": "templates/label.html",
|
||||||
"uses": [ "type" ],
|
"uses": [ "type", "location" ],
|
||||||
"gestures": [ "drag", "menu", "info" ]
|
"gestures": [ "drag", "menu", "info" ]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -24,5 +24,10 @@
|
|||||||
{{type.getGlyph()}}
|
{{type.getGlyph()}}
|
||||||
<span class='ui-symbol icon alert hidden'>!</span>
|
<span class='ui-symbol icon alert hidden'>!</span>
|
||||||
</span>
|
</span>
|
||||||
<span class='title-label'>{{model.name}}</span>
|
<span class='title-label'>
|
||||||
|
{{model.name}}
|
||||||
|
<span>{{model.location}}</span>
|
||||||
|
<span>{{location.getLocation()}}</span>
|
||||||
|
<span ng-show="{{location.isLink}}">(link)</span>
|
||||||
|
</span>
|
||||||
</span>
|
</span>
|
||||||
|
|||||||
Reference in New Issue
Block a user