newgrid: progress on fullscreen/edit view modes

This commit is contained in:
Torkel Ödegaard
2017-10-11 11:42:49 +02:00
parent df61558018
commit 087b55aece
22 changed files with 51 additions and 365 deletions

View File

@@ -1,7 +1,7 @@
import {describe, beforeEach, it, expect} from 'test/lib/common';
import _ from 'lodash';
import {DashboardModel} from '../model';
import {DashboardModel} from '../DashboardModel';
describe('DashboardModel', function() {