Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
{
"Serverurl": "http://localhost:12345/bi/site/site1",
"RootUrl": "http://localhost:12345/bi",
"SiteIdentifier": "site/site1",
"Serverurl": "please provide the server url here.",
"RootUrl": "please provide the root url here.",
"SiteIdentifier": "please provide the valid site identifier here.",
"UserDetails": [
{
"Email": "demouser1@gmail.com",
"DisplayName": "John Doe"
"Email": "ab@gmail.com",
"DisplayName": "AB"
},
{
"Email": "demouser2@gmail.com",
"DisplayName": "Brito"
"Email": "abc@gmail.com",
"DisplayName": "ABC"
}
],
"AdminEmail": "admin@gmail.com",
"EmbedSecret": "DTJnwRnlQLcWuhV8EIBjlXxWAH93NfBK",
"Environment": "onpremise",
"BaseUrl": "https://localhost:44390",
"DatasourceName": "Test data",
"AdminEmail": "please provide the admin email value here.",
"EmbedSecret": "please provide the valid embed secret value here.",
"Environment": "please provide the environment value here.",
"BaseUrl": "please provide the base url value here.",
"DatasourceName": "please provide the datasource name value here.",
"WidgetDetails": [
{
"name": "PivotGrid",
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -161,26 +161,6 @@
}
</ul>
</li>
<li class="nav-item has-treeview menu-open">
<a href="@url" id="item_2" class="nav-link category active" style="background-color:#3bacf6">
<span class="glyphicon glyphicon-cog" style="margin-right: 5px; color: #fff"></span>
<p style="color: #fff; font-weight:bold;">Settings</p>
</a>

<div style="color: #fff; width: 300px;">
<input id="dbrd_Edit" type="checkbox" checked=@isDbCheck onchange="dbrdChkChange(this)" aria-label="Allow Dashboard Editing" style="height: 20px;width: 25px;margin: 10px 0 0 20px;" />
<span style="float: right; margin: 10px 80px 0 0">Allow Dashboard Editing</span>
</div>
<div style="color: #fff; width: 300px;">
<input id="ds_Edit" type="checkbox" checked=@isDsCheck onchange="dsChkChange(this)" aria-label="Allow Datasource Editing" style="height: 20px;width: 25px;margin: 10px 0 0 20px;" />
<span style="float: right; margin: 10px 80px 0 0">Allow Datasource Editing</span>
</div>
<div style="color: #fff; width: 300px;">
<input id="myCheckbox" type="checkbox" style="height: 20px;width: 25px;margin: 10px 0 0 20px;" />
<span style="float: right; margin: 10px 110px 0 0">Add Analysis Widget</span>
</div>
</li>

}
</ul>
</nav>
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

Loading