|
@@ -6,7 +6,6 @@ export const HsComponent = {
|
|
|
bindings: {},
|
|
bindings: {},
|
|
|
controller: function (
|
|
controller: function (
|
|
|
$scope,
|
|
$scope,
|
|
|
- $compile,
|
|
|
|
|
$element,
|
|
$element,
|
|
|
gettext,
|
|
gettext,
|
|
|
HsCore,
|
|
HsCore,
|
|
@@ -18,7 +17,7 @@ export const HsComponent = {
|
|
|
vm.exists = HsCore.exists;
|
|
vm.exists = HsCore.exists;
|
|
|
vm.panelVisible = HsLayoutService.panelVisible;
|
|
vm.panelVisible = HsLayoutService.panelVisible;
|
|
|
HsLayoutService.fullScreenMap($element, HsCore);
|
|
HsLayoutService.fullScreenMap($element, HsCore);
|
|
|
- HsLayoutService.sidebarRight = false;
|
|
|
|
|
|
|
+ // HsLayoutService.sidebarRight = false;
|
|
|
// HsLayoutService.sidebarToggleable = false;
|
|
// HsLayoutService.sidebarToggleable = false;
|
|
|
// HsCore.singleDatasources = true;
|
|
// HsCore.singleDatasources = true;
|
|
|
//HsLayoutService.sidebarButtons = true;
|
|
//HsLayoutService.sidebarButtons = true;
|