-
+
+
+
-
-
-
+
-
diff --git a/public/app/features/plugins/plugin_edit_ctrl.ts b/public/app/features/plugins/plugin_edit_ctrl.ts
index d2e704803ba..9daefdcbcf4 100644
--- a/public/app/features/plugins/plugin_edit_ctrl.ts
+++ b/public/app/features/plugins/plugin_edit_ctrl.ts
@@ -27,7 +27,7 @@ export class PluginEditCtrl {
$routeParams,
navModelSrv,
) {
- this.navModel = navModelSrv.getNav('cfg', 'plugins');
+ this.navModel = navModelSrv.getNav('cfg', 'plugins', 0);
this.model = {};
this.pluginId = $routeParams.pluginId;
this.tabIndex = 0;
diff --git a/public/sass/layout/_page.scss b/public/sass/layout/_page.scss
index d9f91b07887..19a4fb1b8e1 100644
--- a/public/sass/layout/_page.scss
+++ b/public/sass/layout/_page.scss
@@ -32,14 +32,6 @@
.page-body {
padding-top: $spacer*2;
-
- &--with-sidebar {
- @include media-breakpoint-up(md) {
- display: flex;
- flex-direction: row;
- flex-wrap: wrap;
- }
- }
}
.page-heading {
@@ -63,10 +55,18 @@
flex-grow: 1;
}
-.page-content-with-sidebar {
+.sidebar-content {
width: calc(100% - #{$page-sidebar-width + $page-sidebar-margin}); // sidebar width + margin
}
+.sidebar-container {
+ @include media-breakpoint-up(md) {
+ display: flex;
+ flex-direction: row;
+ flex-wrap: wrap;
+ }
+}
+
.page-sidebar {
@include media-breakpoint-up(md) {
width: $page-sidebar-width;
-
-
-
+
-
+
-
-
-
+
+
+
-
+
+
+
+
+
+
+
+