Home Reference Source

References

Function Summary

Static Public Function Summary
public

AddForm(props: [type]): *

[AddForm description]

public

AddMicroServiceForm(submitSucceeded: [type], error: [type], handleSubmit: [type], pristine: [type], reset: [type], submitting: [type]): *

This function uses a redux-form to allow users to add new MicroService

public

App(children: Object): *

This is the basic application page which comprises of Layout components and children components to be rendered.

public

DetailView(serviceDetails: [type]): *

Component to display all fields of a microservice

public

EditForm(props: *): *

public

ErrorPage(): *

Error Page

public

Header()

Renders the branded Header at the top of the page

public

A component to allow Page navigation

public

SearchBox(props: *): *

Searchbox Component Used to filter data and search microservice.

public

ServiceTable(props: *): *

Renders the table

public

validate(values: Object): Object

A helper function to validate the various form fields

Variable Summary

Static Public Variable Summary
public
public
public

LoadingStates: {"CLEAN": string, "LOADING": string, "LOADED": string}

States cycled through when retrieving a resource

public

Array of values of LoadingStates for use in React.PropTypes to avoid duplicating logic

public

appReducer: [type]

A helper function to join multiple reducers into a single reducing funtion that can be passed to store

public
public
public

A array that comprises of all the different fields of a Microservice that can be added while creating a new Microservice