mirror of
https://github.com/apache/superset.git
synced 2026-04-10 11:55:24 +00:00
Dashboard refactory (#3581)
Create Chart component for all chart fetching and rendering, and apply redux architecture in dashboard view.
This commit is contained in:
@@ -73,7 +73,7 @@ export default class EmbedCodeButton extends React.Component {
|
||||
<div className="col-md-6 col-sm-12">
|
||||
<div className="form-group">
|
||||
<small>
|
||||
<label className="control-label" htmlFor="embed-height">t('Height')</label>
|
||||
<label className="control-label" htmlFor="embed-height">{t('Height')}</label>
|
||||
</small>
|
||||
<input
|
||||
className="form-control input-sm"
|
||||
@@ -87,7 +87,7 @@ export default class EmbedCodeButton extends React.Component {
|
||||
<div className="col-md-6 col-sm-12">
|
||||
<div className="form-group">
|
||||
<small>
|
||||
<label className="control-label" htmlFor="embed-width">t('Width')</label>
|
||||
<label className="control-label" htmlFor="embed-width">{t('Width')}</label>
|
||||
</small>
|
||||
<input
|
||||
className="form-control input-sm"
|
||||
|
||||
Reference in New Issue
Block a user