Browse Source

fix: minor fix to changing type

Torkel Ödegaard 7 years ago
parent
commit
864c4691da

+ 0 - 1
public/app/features/plugins/plugin_component.ts

@@ -246,7 +246,6 @@ function pluginDirectiveLoader($compile, datasourceSrv, $rootScope, $q, $http, $
           registerPluginComponent(scope, elem, attrs, componentInfo);
         })
         .catch(err => {
-          $rootScope.appEvent('alert-error', ['Plugin Error', err.message || err]);
           console.log('Plugin component error', err);
         });
     },

+ 1 - 1
public/sass/components/_tabbed_view.scss

@@ -4,7 +4,7 @@
   height: 100%;
 
   &.tabbed-view--new {
-    padding: 10px 0 0 0;
+    padding: 25px 0 0 0;
     height: 100%;
   }
 }