aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard/assets/components/Main.jsx
diff options
context:
space:
mode:
authorKurkó Mihály <kurkomisi@users.noreply.github.com>2018-03-08 16:22:21 +0800
committerPéter Szilágyi <peterke@gmail.com>2018-03-08 16:22:21 +0800
commit704840a8ad9e75d4a00e734f901cac21c51b7eb5 (patch)
treee2b012c052986bb40053f09394aefb5c23474a5a /dashboard/assets/components/Main.jsx
parent3ec1b9a92dc09ff33f6fae2e8daa7862d4c51bb1 (diff)
downloaddexon-704840a8ad9e75d4a00e734f901cac21c51b7eb5.tar.gz
dexon-704840a8ad9e75d4a00e734f901cac21c51b7eb5.tar.zst
dexon-704840a8ad9e75d4a00e734f901cac21c51b7eb5.zip
cmd, dashboard: use webpack dev server, remove custom assets (#16263)
* cmd, dashboard: remove custom assets, webpack dev server * dashboard: yarn commands, small fixes
Diffstat (limited to 'dashboard/assets/components/Main.jsx')
-rw-r--r--dashboard/assets/components/Main.jsx3
1 files changed, 2 insertions, 1 deletions
diff --git a/dashboard/assets/components/Main.jsx b/dashboard/assets/components/Main.jsx
index a9e3d3578..fba8ca1f6 100644
--- a/dashboard/assets/components/Main.jsx
+++ b/dashboard/assets/components/Main.jsx
@@ -76,7 +76,8 @@ class Main extends Component<Props> {
<div style={styles.wrapper}>
<div className={classes.content} style={styles.content}>{children}</div>
<Footer
- content={content}
+ general={content.general}
+ system={content.system}
shouldUpdate={shouldUpdate}
/>
</div>