Skip to content
This repository has been archived by the owner on Feb 14, 2019. It is now read-only.

Commit

Permalink
Merge pull request #6 from DevExpress/template
Browse files Browse the repository at this point in the history
template name
  • Loading branch information
Alena Bobrova authored Aug 17, 2018
2 parents 4946706 + 6daa6f7 commit 5847ec7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/dashboard-panel.js
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ var CustomExtensions;
CustomDashboardPanelExtension.prototype._getCustomTemplate = function () {
var _this = this;
return {
name: "dx-dashboard-working-mode-extension",
name: "dashboard-custom-panel-extension",
data: {
panelWidth: this._actualPanelWidth,
allowSwitchToDesigner: this.allowSwitchToDesigner,
Expand Down
2 changes: 1 addition & 1 deletion dist/dashboard-panel.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/dashboard-panel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ module CustomExtensions {
}
private _getCustomTemplate() {
return {
name: "dx-dashboard-working-mode-extension",
name: "dashboard-custom-panel-extension",
data: {
panelWidth: this._actualPanelWidth,
allowSwitchToDesigner: this.allowSwitchToDesigner,
Expand Down

0 comments on commit 5847ec7

Please sign in to comment.