Commit Graph

10 Commits

Author SHA1 Message Date
Kristján Oddsson dfe80af6e4 Fall-back to image name as key when there is no id
When a container is first started and the image is downloading there is
no id set. With this patch we'll check if the container has a id and
and is downloading, if so we'll substitute it with the image name and
render such.

This will fix the react key props warning in the developer console as
well as maybe give us some sort of performance boost(?)

Signed-off-by: Kristján Oddsson <koddsson@gmail.com>
2015-04-05 17:05:45 +00:00
Jeffrey Morgan 6fd6113502 Allow only downloading one container at a time
Due to docker engine bug
2015-03-01 18:26:17 -05:00
Jeffrey Morgan 30fb489edd Better spinners 2015-02-06 12:08:42 -05:00
Jeffrey Morgan b426c802f4 Removing some log statements 2015-02-05 23:14:16 -05:00
Sean Li a26ef466cf Fixed animation not syncing bug and added container icon. 2015-02-04 12:54:43 -08:00
Sean Li 9709e5fec4 Grid implementation. 2015-02-04 12:44:48 -08:00
Sean Li ecb45f0102 Added stricter lint standard. 2015-02-03 14:11:27 -08:00
Sean Li 02c606d8b8 Merge branch 'master' into restyle
Conflicts:
	app/ContainerDetails.react.js
	app/ContainerModal.react.js
	app/styles/main.less
2015-02-03 12:58:34 -08:00
Jeffrey Morgan 9057c59378 Fixing case 2015-01-30 15:21:55 -05:00
Jeffrey Morgan b61697055a Removing gulp dependency, making file hierarchy easier to understand. 2015-01-30 13:21:51 -05:00