Skip to content

Commit e2a520d

Browse files
authored
Create Body HTML template.html
1 parent 8155a28 commit e2a520d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<div class="report-widget-wrap">
2+
3+
<h2 ng-if="c.showTitle" tabindex="0" id="{{'title-' + c.rectangleId }}" class="report-widget-title">{{c.title}}</h2>
4+
5+
<div id="report-widget-{{c.rectangleId}}">
6+
{{::c.initialMessage}}
7+
</div>
8+
</div>

0 commit comments

Comments
 (0)