File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -3934,6 +3934,7 @@ class DashboardList(Panel):
3934
3934
:param searchQuery: Enter the query you want to search by
3935
3935
:param searchTags: List of tags you want to search by
3936
3936
:param overrides: To override the base characteristics of certain data
3937
+ :param folderUID: Display dashboards from the specified folder only
3937
3938
"""
3938
3939
showHeadings = attr .ib (default = True , validator = instance_of (bool ))
3939
3940
showSearch = attr .ib (default = False , validator = instance_of (bool ))
Original file line number Diff line number Diff line change @@ -506,7 +506,7 @@ def test_dashboard_list():
506
506
assert data ['targets' ] == []
507
507
assert data ['datasource' ] is None
508
508
assert data ['title' ] == title
509
- assert data ['starred ' ] is True
509
+ assert data ['options' ][ 'showStarred ' ] is True
510
510
511
511
512
512
def test_logs_panel ():
You can’t perform that action at this time.
0 commit comments