move deprecation note above.
This commit is contained in:
Родитель
bf1df948f3
Коммит
692f97eca8
|
@ -1,6 +1,19 @@
|
|||
<!DOCTYPE html>
|
||||
<div id="authStepDiv">
|
||||
<div id="sampleReport" class="pbi-line">
|
||||
<div id="deprecationNote">
|
||||
<div class="pageTitle">
|
||||
<h3>Deprecation Note</h3>
|
||||
</div>
|
||||
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>.
|
||||
|
||||
<br/>
|
||||
|
||||
The new sample accommodates the changes announced in the embedded offering described in
|
||||
<a href="https://powerbi.microsoft.com/en-us/documentation/powerbi-developer-embedding/">Power BI Documentation page</a>.
|
||||
</div>
|
||||
|
||||
<div class="pageTitle">
|
||||
<h3>Sample Report</h3>
|
||||
<h8>You can embed a sample report and interact with Power BI Embedded firsthand by clicking below.</h8>
|
||||
|
@ -8,11 +21,6 @@
|
|||
<div class="settings">
|
||||
<button id="GoToEmbedStepButton" class="blueButton" onclick="OpenEmbedStepWithSample()">Embed sample report</button>
|
||||
</div>
|
||||
|
||||
<div id="deprecationNote">
|
||||
<div class="title">Deprecation Note</div>
|
||||
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>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
@ -88,13 +88,12 @@ a:hover, a:visited, a:link, a:active
|
|||
}
|
||||
|
||||
#deprecationNote {
|
||||
margin-top: 30px;
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
|
||||
#deprecationNote .title {
|
||||
font-family: 'Segoe UI Web Light', 'Segoe UI Light', 'Segoe WP Light', 'Segoe UI', 'Segoe WP', Tahoma, Arial, sans-serif;
|
||||
font-size: 16px;
|
||||
font-weight: bolder;
|
||||
#deprecationNote .pageTitle {
|
||||
margin-bottom: 15px;
|
||||
font-weight: normal;
|
||||
color: red;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче