From 5321bafae0916861e270b692a42b3b699a96d339 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Mon, 4 Jun 2018 21:43:36 +0200 Subject: task index / queue translation --- app/client/dashboard/dashboard.component.js | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) (limited to 'app/client/dashboard/dashboard.component.js') diff --git a/app/client/dashboard/dashboard.component.js b/app/client/dashboard/dashboard.component.js index c74c4df..d9aece1 100644 --- a/app/client/dashboard/dashboard.component.js +++ b/app/client/dashboard/dashboard.component.js @@ -14,10 +14,12 @@ import { FileList } from '../common/fileList.component' import Gallery from '../common/gallery.component' import * as dashboardActions from './dashboard.actions' +import actions from '../actions' class Dashboard extends Component { constructor(props){ super() + actions.task.index() } componentWillUpdate(nextProps) { // if (nextProps.opt.checkpoint_name && nextProps.opt.checkpoint_name !== this.props.opt.checkpoint_name) { @@ -38,20 +40,6 @@ class Dashboard extends Component { -
- - - - - - - - - -
- -
-
) -- cgit v1.2.3-70-g09d2