Skip to content
This repository has been archived by the owner on Mar 25, 2023. It is now read-only.

feat(snapshots): Add sidebar details panels for snapshots (closes #831) #968

Merged
merged 5 commits into from
Feb 12, 2018

Conversation

dariashka
Copy link
Contributor

No description provided.

@@ -16,7 +16,8 @@ export interface ListState extends EntityState<Snapshot> {
filters: {
mode: SnapshotPageMode
}
snapshotIdsByVolumeId: Dictionary<string[]>
snapshotIdsByVolumeId: Dictionary<string[]>,
selectedSnapshotId: string
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe allow string| null?

private store: Store<State>,
private activatedRoute: ActivatedRoute
) {
console.log('qq');
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

куку

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oops

@dariashka dariashka force-pushed the 831-snapshots-sidebar branch from 1a4c43b to 5f9a830 Compare February 7, 2018 09:45
@dariashka dariashka force-pushed the 831-snapshots-sidebar branch from f6c4c68 to c883ae3 Compare February 12, 2018 03:35
@dariashka dariashka merged commit ebe02b7 into bwsw:master Feb 12, 2018
@dariashka dariashka deleted the 831-snapshots-sidebar branch February 12, 2018 07:17
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants