Skip to content

Commit

Permalink
Updated UI model representation
Browse files Browse the repository at this point in the history
  • Loading branch information
rmathis committed May 14, 2018
1 parent a580817 commit 8876d60
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/src/app/domain/model/metadata-base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export interface MetadataBase {
id?: string;
createdDate?: string;
modifiedDate?: string;
version: string;

name: string;
enabled: boolean;
Expand Down

0 comments on commit 8876d60

Please sign in to comment.