chore: Added rockset and firebird (#13418)

* added URL rerouting from old alerts & reports page to new one

* edited SQL Server, Rockset, db ordering, and link that Superset logo in left corner takes you to

* added Trino logo and firebird connection string and removed bigquery trailing comma

* added ROckset logo

* changed db list ordering for firebird

* tweaked presnetation of firebird connection string
This commit is contained in:
Srini Kadamati
2021-03-03 08:55:59 -05:00
committed by GitHub
parent 8b38d63b7d
commit 26b75fadc4
11 changed files with 61 additions and 5 deletions

View File

@@ -137,7 +137,7 @@ export default class MainMenu extends React.Component {
const { visible } = this.state;
return (
<Layout.Header css={headerStyle}>
<a href="https://superset.apache.org">
<a href="/">
<img height="50" css={logoStyle} src={logoSvg} alt="logo" />
</a>
<MenuItems toggleDrawer={this.toggleDrawer} mode="horizontal" />