mirror of
https://github.com/simon987/task_tracker.git
synced 2025-12-14 15:29:02 +00:00
More work on UI
This commit is contained in:
9
web/angular/src/app/models/project.ts
Normal file
9
web/angular/src/app/models/project.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
export class Project {
|
||||
|
||||
public priority: number;
|
||||
public motd: string;
|
||||
public name: string;
|
||||
public clone_url: string;
|
||||
public git_repo: string;
|
||||
public version: string;
|
||||
}
|
||||
Reference in New Issue
Block a user