Home Reference Source

Variable

Static Public Summary
public

Container for handling compose view.

public

Container for handling container view.

public

Container for handling list view.

public

Container for handling login view.

public

App's reducers.

public

Redux's store of application.

public

Storage key name for authentification token.

public

history: *

BrowserHistory.

Static Public

public ComposeContainer: * source

Container for handling compose view.

public ContainerContainer: * source

Container for handling container view.

public ContainersListContainer: * source

import ContainersListContainer from 'docker-deploy/app/Container/ContainersListContainer.js'

Container for handling list view.

public LoginContainer: * source

Container for handling login view.

public appReducers: * source

App's reducers.

public appStore: * source

import appStore from 'docker-deploy/app/Store.js'

Redux's store of application.

public authStorage: string source

import {authStorage} from 'docker-deploy/app/Service/DockerService.js'

Storage key name for authentification token.

public history: * source

import history from 'docker-deploy/app/History.js'

BrowserHistory.