-
-
Notifications
You must be signed in to change notification settings - Fork 240
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8 from sinchiw/terms
Added more reducer logic. Will pull it and merge our end.
- Loading branch information
Showing
5 changed files
with
83 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
export const ADD_CONTAINER = "ADD_CONTAINER"; | ||
export const ADD_RUNNING_CONTAINER = "ADD_RUNNING_CONTAINER"; | ||
export const REMOVE_CONTAINER = "REMOVE_CONTAINER"; | ||
export const GET_RUNNING_CONTAINERS = "GET_RUNNING_CONTAINERS"; | ||
export const STOP_CONTAINER = `STOP_CONTAINER`; | ||
export const ADD_STOPPED_CONTAINER = `ADD_STOPPED_CONTAINER`; | ||
export const RUN_STOPPED_CONTAINER = `RUN_STOPPED_CONTAINER`; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters