From f93c58da72b9b36d8ac51b440c4bf1afc333308f Mon Sep 17 00:00:00 2001 From: Jeffrey Morgan Date: Tue, 1 Dec 2015 11:56:13 -0800 Subject: [PATCH] Remove reference to container logs Signed-off-by: Jeffrey Morgan --- src/routes.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/routes.js b/src/routes.js index 824b5d7069..eac26dc3ea 100644 --- a/src/routes.js +++ b/src/routes.js @@ -6,7 +6,6 @@ import AccountLogin from './components/AccountLogin.react'; import Containers from './components/Containers.react'; import ContainerDetails from './components/ContainerDetails.react'; import ContainerHome from './components/ContainerHome.react'; -import ContainerLogs from './components/ContainerLogs.react'; import ContainerSettings from './components/ContainerSettings.react'; import ContainerSettingsGeneral from './components/ContainerSettingsGeneral.react'; import ContainerSettingsPorts from './components/ContainerSettingsPorts.react'; @@ -39,7 +38,6 @@ var routes = ( -