Skip to content

Commit 7a0a6aa

Browse files
committed
add deprecation note
1 parent 5c7aab6 commit 7a0a6aa

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

demo/code-demo/step_authorize.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ <h3>Sample Report</h3>
88
<div class="settings">
99
<button id="GoToEmbedStepButton" class="blueButton" onclick="OpenEmbedStepWithSample()">Embed sample report</button>
1010
</div>
11+
12+
<div id="deprecationNote">
13+
<div class="title">Deprecation Note</div>
14+
This sample is deprecated. please use the new sample available <a href="https://microsoft.github.io/PowerBI-JavaScript/demo/v2-demo/index.html">here</a>
15+
</div>
1116
</div>
1217
</div>
1318

demo/code-demo/style/style.css

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,17 @@ a:hover, a:visited, a:link, a:active
8787
margin-right: 30px;
8888
}
8989

90+
#deprecationNote {
91+
margin-top: 30px;
92+
}
93+
94+
#deprecationNote .title {
95+
font-family: 'Segoe UI Web Light', 'Segoe UI Light', 'Segoe WP Light', 'Segoe UI', 'Segoe WP', Tahoma, Arial, sans-serif;
96+
font-size: 16px;
97+
font-weight: bolder;
98+
color: red;
99+
}
100+
90101
#sampleReportImgDiv img {
91102
width: 265px;
92103
height: 180px;

0 commit comments

Comments
 (0)