@@ -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);
});
},
@@ -4,7 +4,7 @@
height: 100%;
&.tabbed-view--new {
- padding: 10px 0 0 0;
+ padding: 25px 0 0 0;
}