Commit c2ae64b6 by Ivana Huckova Committed by GitHub

Add header icon to Add data source page (#24033)

parent 7a7dca23
...@@ -161,7 +161,7 @@ const DataSourceTypeCard: FC<DataSourceTypeCardProps> = props => { ...@@ -161,7 +161,7 @@ const DataSourceTypeCard: FC<DataSourceTypeCardProps> = props => {
export function getNavModel(): NavModel { export function getNavModel(): NavModel {
const main = { const main = {
icon: 'gicon gicon-add-datasources', icon: 'database',
id: 'datasource-new', id: 'datasource-new',
text: 'Add data source', text: 'Add data source',
href: 'datasources/new', href: 'datasources/new',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment