Basic builds table for new repo view
This commit is contained in:
parent
5686c80af1
commit
1ed3c1444d
6 changed files with 112 additions and 9 deletions
|
@ -1,8 +1,8 @@
|
|||
import * as React from "react";
|
||||
|
||||
interface IHeader {
|
||||
name: string,
|
||||
namespace: string
|
||||
name: string;
|
||||
namespace: string;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Reference in a new issue