mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
fix: minor fix to changing type
This commit is contained in:
parent
fd81f89509
commit
864c4691da
@ -246,7 +246,6 @@ function pluginDirectiveLoader($compile, datasourceSrv, $rootScope, $q, $http, $
|
|||||||
registerPluginComponent(scope, elem, attrs, componentInfo);
|
registerPluginComponent(scope, elem, attrs, componentInfo);
|
||||||
})
|
})
|
||||||
.catch(err => {
|
.catch(err => {
|
||||||
$rootScope.appEvent('alert-error', ['Plugin Error', err.message || err]);
|
|
||||||
console.log('Plugin component error', err);
|
console.log('Plugin component error', err);
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
|
|
||||||
&.tabbed-view--new {
|
&.tabbed-view--new {
|
||||||
padding: 10px 0 0 0;
|
padding: 25px 0 0 0;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user