mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Pass dashboard via angular directive (#22696)
This commit is contained in:
parent
e2a9dcdc32
commit
b4666456f0
@ -159,6 +159,7 @@ export function registerAngularDirectives() {
|
||||
react2AngularDirective('saveDashboardButton', SaveDashboardButtonConnected, [
|
||||
['getDashboard', { watchDepth: 'reference', wrapApply: true }],
|
||||
['onSaveSuccess', { watchDepth: 'reference', wrapApply: true }],
|
||||
['dashboard', { watchDepth: 'reference', wrapApply: true }],
|
||||
]);
|
||||
react2AngularDirective('saveDashboardAsButton', SaveDashboardAsButtonConnected, [
|
||||
'variant',
|
||||
|
Loading…
Reference in New Issue
Block a user